gruntwork-io / gruntwork-io/gruntwork-io.github.io
Quotation issue in docs
Open
- Dominant language
- HTML
- Stars
- 43
- Forks
- 43
- PR merge metrics
- No merged PRs in 30d
Description
```
terragrunt aws-provider-patch \
--terragrunt-override-attr region="eu-west-1" \
--terragrunt-override-attr assume_role.role_arn=""
```
needs to be:
```
terragrunt aws-provider-patch \
--terragrunt-override-attr 'region="eu-west-1"' \
--terragrunt-override-attr 'assume_role.role_arn=""'
```
in 2019-08-12-how-to-configure-production-grade-aws-account-structure.adoc
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.