We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
terraform_wrapper_module_for_each
1 parent 673e071 commit 3117fe2Copy full SHA for 3117fe2
hooks/terraform_wrapper_module_for_each.sh
@@ -113,9 +113,9 @@ module "wrapper" {
113
114
```hcl
115
terraform {
116
- source = "tfr:///terraform-aws-modules/s3-bucket/aws//wrappers"
+ source = "tfr:///MODULE_REPO_ORG/MODULE_REPO_SHORTNAME/MODULE_REPO_PROVIDER//WRAPPER_PATH"
117
# Alternative source:
118
- # source = "git::git@github.com:terraform-aws-modules/terraform-aws-s3-bucket.git//wrappers?ref=master"
+ # source = "git::git@github.com:MODULE_REPO_ORG/terraform-MODULE_REPO_PROVIDER-MODULE_REPO_SHORTNAME.git//WRAPPER_PATH?ref=master"
119
}
120
121
inputs = {
0 commit comments