Browse Source

Merge pull request #525 from mdr-engineering/feature/ftd_MSOCI-1150_AWSVpnUpdates

AWS ClientVPN Tested without zScalar and Working
Frederick Damstra 3 years ago
parent
commit
8969e50075
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/aws-us-gov/mdr-test-c2/087-amazon-vpn/terragrunt.hcl

+ 1 - 1
test/aws-us-gov/mdr-test-c2/087-amazon-vpn/terragrunt.hcl

@@ -16,7 +16,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/aws_client_vpn?ref=v3.2.14"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/aws_client_vpn?ref=v3.4.1"
 }
 
 dependency "vpc-access" {