Explorar o código

Updates 010-vpc-vmray with the DNS Server's IP

DHCP options hand out the IP address
Fred Damstra [afs macbook] %!s(int64=3) %!d(string=hai) anos
pai
achega
76dbcfff4f

+ 1 - 1
prod/aws-us-gov/mdr-prod-malware/010-vpc-vmray/terragrunt.hcl

@@ -38,7 +38,7 @@ inputs = {
     Terraform = "aws/${basename(get_parent_terragrunt_dir())}/${path_relative_to_include()}/"
   }
   enable_nat_gateway = true
-  #dns_servers = [ "TBD" ]
+  dns_servers = [ "10.32.6.126" ]
 }
 terraform_version_constraint = "= 1.0.7"
 terragrunt_version_constraint = "= 0.32.3"