Skip to content

Commit

Permalink
fix: Fixed url for wrappers in generated README (terraform_wrapper_mo…
Browse files Browse the repository at this point in the history
…dule_for_each) (antonbabenko#429)
  • Loading branch information
antonbabenko authored Sep 2, 2022
1 parent 7317961 commit fe29c6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hooks/terraform_wrapper_module_for_each.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ This wrapper does not implement any extra functionality.
terraform {
source = "tfr:///MODULE_REPO_ORG/MODULE_REPO_SHORTNAME/MODULE_REPO_PROVIDER//WRAPPER_PATH"
# Alternative source:
# source = "git::[email protected]:MODULE_REPO_ORG/terraform-MODULE_REPO_PROVIDER-MODULE_REPO_SHORTNAME.git?ref=master//WRAPPER_PATH"
# source = "git::[email protected]:MODULE_REPO_ORG/terraform-MODULE_REPO_PROVIDER-MODULE_REPO_SHORTNAME.git//WRAPPER_PATH?ref=master"
}
inputs = {
Expand Down Expand Up @@ -115,7 +115,7 @@ module "wrapper" {
terraform {
source = "tfr:///terraform-aws-modules/s3-bucket/aws//wrappers"
# Alternative source:
# source = "git::[email protected]:terraform-aws-modules/terraform-aws-s3-bucket.git?ref=master//wrappers"
# source = "git::[email protected]:terraform-aws-modules/terraform-aws-s3-bucket.git//wrappers?ref=master"
}
inputs = {
Expand Down

0 comments on commit fe29c6c

Please sign in to comment.