Skip to content

Commit bf80bd6

Browse files
Use TF registry rather than git
1 parent 283aee8 commit bf80bd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

platform/sandbox/us-east-2/000/terragrunt.hcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ include "root" {
33
}
44

55
terraform {
6-
source = "git::https://github.com/launchbynttdata/tf-aws-module_primitive-lambda_function//.?ref=1.0.3"
6+
source = "tfr:///terraform.registry.launch.nttdata.com/module_primitive/lambda_function/aws?version=1.0.3"
7+
# source = "git::https://github.com/launchbynttdata/tf-aws-module_primitive-lambda_function//.?ref=1.0.3"
78
}

0 commit comments

Comments
 (0)