#terragrunt (2018-10)
Terragrunt discussions
Archive: https://archive.sweetops.com/terragrunt/
2018-10-24

@Erik Osterman (Cloud Posse) has joined the channel

set the channel description: Terragrunt discussions

@maarten has joined the channel

@antonbabenko has joined the channel

@loren has joined the channel

@Andriy Knysh (Cloud Posse) has joined the channel

are any of you using extra_args
for init
and adding -no-color
?

i’m using 0.17
and getting the -no-color
arg duplicate with breaks auto-init

(if I run terragrunt init -no-color
, it works)

@ndobbs has joined the channel

@catdevman has joined the channel

i used to do that for -no-color
but moved away from it

what do you do now?

i decided i like the color on the cli, when invoked manually

oh, i like that

but i don’t want it for CI (atlantis)

for CI, i use terraform envs

ok

TF_CLI_ARGS?

or set the envs in a makefile instead

ok

either way

i tried the TF_CLI_ARGS and still got an error

TF_CLI_ARGS is broke… need to use the per command options TF_CLI_ARGS_apply

used make
to work aroundn it for now
2018-10-25

@tolstikov has joined the channel

@Raghu has joined the channel

@mallen has joined the channel
2018-10-27

@rohit.verma has joined the channel
2018-10-28

Hi guys! Thanks @Erik Osterman (Cloud Posse) for making this one. It’s been a while since I have used terragrunt for real in a big projects, so my knowledge may a bit broken now
2018-10-29

@matt has joined the channel

here are our configs for using Terragrunt with Geodesic containers: https://github.com/cloudposse/root.cloudposse.co/blob/master/conf/terraform.tfvars
And a sample invocation: https://github.com/cloudposse/root.cloudposse.co/blob/master/conf/users/terraform.tfvars
Example Terraform Reference Architecture for Geodesic Module Parent (“Root” or “Identity”) Organization in AWS. - cloudposse/root.cloudposse.co
Example Terraform Reference Architecture for Geodesic Module Parent (“Root” or “Identity”) Organization in AWS. - cloudposse/root.cloudposse.co
2018-10-30

@nukepuppy has joined the channel