Forráskód Böngészése

Merge pull request #656 from mdr-engineering/feature/ftd_MSOCI-2165_VMRayUpdates

Updates VMRay to Single Partition
Frederick Damstra 3 éve
szülő
commit
0c5dd2e842

+ 0 - 7
prod/aws-us-gov/mdr-prod-malware/044-VMRay-Instances/README.md

@@ -1,7 +0,0 @@
-# Standard VPC
-
-Creates a single VPC from the subnet defined in `../accounts.hcl`, divided into 3 subnets.
-
-## Note:
-
-This is the first using the "terragrunt best practice" template, so it will either serve as a good model or it will fail miserably. Either way, this may be outdated.

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

@@ -18,7 +18,7 @@ locals {
 # 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.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/vmray_instances?ref=v4.3.2"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/vmray_instances?ref=v4.3.3"
 }
 
 dependency "vpc" {

+ 0 - 7
test/aws-us-gov/mdr-test-malware/044-VMRay-Instances/README.md

@@ -1,7 +0,0 @@
-# Standard VPC
-
-Creates a single VPC from the subnet defined in `../accounts.hcl`, divided into 3 subnets.
-
-## Note:
-
-This is the first using the "terragrunt best practice" template, so it will either serve as a good model or it will fail miserably. Either way, this may be outdated.

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

@@ -18,7 +18,7 @@ locals {
 # 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.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/vmray_instances?ref=v4.3.2"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/vmray_instances?ref=v4.3.3"
 }
 
 dependency "vpc" {