Quellcode durchsuchen

Merge pull request #242 from mdr-engineering/feature/ftd_MSOCI-1515_NessusInitialDraft

Updates VPN and Scanner Security Group to Allow 8834
Frederick Damstra vor 4 Jahren
Ursprung
Commit
a948c3b155

+ 1 - 1
prod/aws-us-gov/mdr-prod-c2/090-instance-openvpn/terragrunt.hcl

@@ -13,7 +13,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/openvpn?ref=v1.0.9"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/openvpn?ref=v1.23.0"
 }
 
 dependency "vpc-access" {

+ 1 - 1
test/aws-us-gov/mdr-test-c2/090-instance-openvpn/terragrunt.hcl

@@ -13,7 +13,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/openvpn?ref=v1.0.9"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/openvpn?ref=v1.23.0"
 }
 
 dependency "vpc-access" {