gruntwork-io / gruntwork-io/gruntwork-io.github.io

Quotation issue in docs

Open
#511 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.