gruntwork-io.github.io icon indicating copy to clipboard operation
gruntwork-io.github.io copied to clipboard

Quotation issue in docs

Open pete0emerson opened this issue 3 years ago • 0 comments

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

pete0emerson avatar Jul 27 '21 18:07 pete0emerson