Browse Source

Fix git reference

Duane Waddle 4 years ago
parent
commit
b1f4b5b249

+ 1 - 1
common/aws-us-gov/afs-mdr-common-services-gov/050-lcp-ami-sharing/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/lcp_ami_key?ref=v1.21.8"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/lcp_ami_key?ref=v1.21.8"
 }
 
 # Include all settings from the root terragrunt.hcl file