Browse Source

Fixed module tag

Duane Waddle 4 years ago
parent
commit
36b4b6527a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/aws-us-gov/mdr-test-c2/090-instance-teleport/terragrunt.hcl

+ 1 - 1
test/aws-us-gov/mdr-test-c2/090-instance-teleport/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.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/teleport-single-instance?ref=v0.9.4"
+  source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/teleport-single-instance?ref=v1.10.5"
 }
 
 dependency "vpc-system-services" {