Ver Fonte

Fixes references to modules in terragrunt.hcl

Fred Damstra há 5 anos atrás
pai
commit
acd12f7d5a

+ 1 - 3
common/aws-us-gov/mdr-common-services/008-xdr-binaries/terragrunt.hcl

@@ -17,10 +17,8 @@ locals {
 # Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
 # working directory, into a temporary folder, and execute your Terraform commands in that folder.
 terraform {
-  # Ideally, these would be in a git repo with a version number, and we would override via 'terragrunt-source'
-  #source = "git::git@github.mdr.defpoint.com:frederick-t-damstra/terraform-modules.git//testvpc?ref=v0.1.0"
   # Double slash is intentional and required to show root of modules
-  source = "../../../../modules//globally_accessible_bucket/0.1/"
+  source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/globally_accessible_bucket?ref=v0.0.1"
 }
 
 # Include all settings from the root terragrunt.hcl file

+ 1 - 3
common/aws/mdr-common-services/008-xdr-binaries/terragrunt.hcl

@@ -17,10 +17,8 @@ locals {
 # Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
 # working directory, into a temporary folder, and execute your Terraform commands in that folder.
 terraform {
-  # Ideally, these would be in a git repo with a version number, and we would override via 'terragrunt-source'
-  #source = "git::git@github.mdr.defpoint.com:frederick-t-damstra/terraform-modules.git//testvpc?ref=v0.1.0"
   # Double slash is intentional and required to show root of modules
-  source = "../../../../modules//globally_accessible_bucket/0.1/"
+  source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/globally_accessible_bucket?ref=v0.0.1"
 }
 
 # Include all settings from the root terragrunt.hcl file

+ 1 - 0
test/aws-us-gov/mdr-test-malware/006-account-standards/terragrunt.hcl

@@ -17,6 +17,7 @@ locals {
 # Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
 # 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/account_standards?ref=v0.0.1"
 }
 

+ 1 - 3
test/aws-us-gov/mdr-test-malware/010-standard-vpc/terragrunt.hcl

@@ -17,10 +17,8 @@ locals {
 # Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
 # working directory, into a temporary folder, and execute your Terraform commands in that folder.
 terraform {
-  # Ideally, these would be in a git repo with a version number, and we would override via 'terragrunt-source'
-  #source = "git::git@github.mdr.defpoint.com:frederick-t-damstra/terraform-modules.git//testvpc?ref=v0.1.0"
   # Double slash is intentional and required to show root of modules
-  source = "../../../../modules//standard_vpc/0.1/"
+  source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/standard_vpc?ref=v0.0.1"
 }
 
 # Include all settings from the root terragrunt.hcl file

+ 1 - 3
test/aws-us-gov/mdr-test-malware/044-VMRay-Instances/terragrunt.hcl

@@ -17,10 +17,8 @@ locals {
 # Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
 # working directory, into a temporary folder, and execute your Terraform commands in that folder.
 terraform {
-  # Ideally, these would be in a git repo with a version number, and we would override via 'terragrunt-source'
-  #source = "git::git@github.mdr.defpoint.com:frederick-t-damstra/terraform-modules.git//testvpc?ref=v0.1.0"
   # Double slash is intentional and required to show root of modules
-  source = "../../../../modules//vmray_instances/0.1/"
+  source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/vmray_instances?ref=v0.0.1"
 }
 
 # Include all settings from the root terragrunt.hcl file