Skip to content

Commit 3117fe2

Browse files
authored
fix(terraform_wrapper_module_for_each): Generate right usage example for S3 (#952)
1 parent 673e071 commit 3117fe2

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
@@ -113,9 +113,9 @@ module "wrapper" {
113113
114114
```hcl
115115
terraform {
116-
source = "tfr:///terraform-aws-modules/s3-bucket/aws//wrappers"
116+
source = "tfr:///MODULE_REPO_ORG/MODULE_REPO_SHORTNAME/MODULE_REPO_PROVIDER//WRAPPER_PATH"
117117
# Alternative source:
118-
# source = "git::[email protected]:terraform-aws-modules/terraform-aws-s3-bucket.git//wrappers?ref=master"
118+
# source = "git::[email protected]:MODULE_REPO_ORG/terraform-MODULE_REPO_PROVIDER-MODULE_REPO_SHORTNAME.git//WRAPPER_PATH?ref=master"
119119
}
120120
121121
inputs = {

0 commit comments

Comments
 (0)