Pete Emerson

Results 5 issues of Pete Emerson

> is there any way to disable the colored output from the terragrunt binary? ``` ~ $ terragrunt plan --help | grep color -no-color If specified, output won't contain any...

bug

I suspect either the documentation is incomplete and there is a missing step, or something has gone wrong with Jekyll. ``` gruntwork-io.github.io git:(master) ✗ $ git pull Already up to...

We don't support it any more. Context: https://gruntwork.zendesk.com/agent/tickets/108564 https://github.com/gruntwork-io/terraform-aws-mongodb ``` As of November, 2019, we are putting this repo on hold and will not be investing in further improvements to...

``` 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

The `create_resources` variable controls both the namespace creation and the RBAC role creation. What if I want to create the namespace without the roles? I've described a workaround in https://github.com/orgs/gruntwork-io/discussions/722...

enhancement