Skip to content

Commit fe29c6c

Browse files
authored
fix: Fixed url for wrappers in generated README (terraform_wrapper_module_for_each) (antonbabenko#429)
1 parent 7317961 commit fe29c6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hooks/terraform_wrapper_module_for_each.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ This wrapper does not implement any extra functionality.
5757
terraform {
5858
source = "tfr:///MODULE_REPO_ORG/MODULE_REPO_SHORTNAME/MODULE_REPO_PROVIDER//WRAPPER_PATH"
5959
# Alternative source:
60-
# source = "git::[email protected]:MODULE_REPO_ORG/terraform-MODULE_REPO_PROVIDER-MODULE_REPO_SHORTNAME.git?ref=master//WRAPPER_PATH"
60+
# source = "git::[email protected]:MODULE_REPO_ORG/terraform-MODULE_REPO_PROVIDER-MODULE_REPO_SHORTNAME.git//WRAPPER_PATH?ref=master"
6161
}
6262
6363
inputs = {
@@ -115,7 +115,7 @@ module "wrapper" {
115115
terraform {
116116
source = "tfr:///terraform-aws-modules/s3-bucket/aws//wrappers"
117117
# Alternative source:
118-
# source = "git::[email protected]:terraform-aws-modules/terraform-aws-s3-bucket.git?ref=master//wrappers"
118+
# source = "git::[email protected]:terraform-aws-modules/terraform-aws-s3-bucket.git//wrappers?ref=master"
119119
}
120120
121121
inputs = {

0 commit comments

Comments
 (0)