|
@@ -17,10 +17,7 @@ locals {
|
|
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
|
terraform {
|
|
|
- # Ideally, these would be in a git repo with a version number, and we would override via 'terragrunt-source'
|
|
|
- #source = "git::git@github.mdr.defpoint.com:frederick-t-damstra/terraform-modules.git//testvpc?ref=v0.1.0"
|
|
|
- # Double slash is intentional and required to show root of modules
|
|
|
- source = "../../../../modules//account_standards/0.1/"
|
|
|
+ source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/account_standards?ref=v0.0.1"
|
|
|
}
|
|
|
|
|
|
# Include all settings from the root terragrunt.hcl file
|