|
@@ -19,7 +19,7 @@ dependency "standard_vpc" {
|
|
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
|
terraform {
|
|
|
# Double slash is intentional and required to show root of modules
|
|
|
- source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/test_instance?ref=v0.6.0"
|
|
|
+ source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/test_instance?ref=v0.7.3"
|
|
|
}
|
|
|
|
|
|
# Include all settings from the root terragrunt.hcl file
|
|
@@ -37,5 +37,5 @@ inputs = {
|
|
|
Terraform = "aws/${basename(get_parent_terragrunt_dir())}/${path_relative_to_include()}/"
|
|
|
}
|
|
|
subnet_id = dependency.standard_vpc.outputs.public_subnets[0]
|
|
|
- security_group_ids = [ dependency.standard_vpc.outputs.allow_all_sg_id ]
|
|
|
+ security_group_ids = [ dependency.standard_vpc.outputs.allow_all_from_trusted_sg_id ]
|
|
|
}
|