#terragrunt (2018-11)
Terragrunt discussions
Archive: https://archive.sweetops.com/terragrunt/
2018-11-06
@pecigonzalo has joined the channel
2018-11-15
@stephen has joined the channel
@Vi has joined the channel
Hi, I was working with terragrunt and observed that terragrunt does not pick up the changes automatically for modules. Is there any way to sort this out?
2018-11-16
pass --terragrunt-source-update
@Vi ^^^
terragrunt uses a hash of the source url to determine whether the source has changed. if you are using tagged/versioned modules, that works great… you update the source ref, and terragrunt will detect the changed hash and automatically pull down the new version
if you are not using a version ref in your source, then you can use --terragrunt-source-update
to force terragrunt to pull down the source
Thank you…
has anyone played around with the terraform 0.12 rc with terragrunt?
i would not expect terragrunt to work with tf 0.12 just yet, pending some kind of resolution to this issue, https://github.com/gruntwork-io/terragrunt/issues/466
Hi! I'm one of the engineers at HashiCorp who works on Terraform Core. As you might be aware, we've been working for some time now on various improvements to the Terraform configuration lan…
2018-11-17
What is the usecase for terragrunt with workspaces module etc?
Are you asking generally speaking?
Like what is it solving?
In general, or to whoever is still using it. In my workflows it just had too much overlap, so we are not using it anymore.
@Erik Osterman (Cloud Posse) not yet, but should do it after AWS re:invent.
2018-11-18
@monsoon.anmol.nagpal has joined the channel
2018-11-19
2018-11-21
Hi guys! If you want to check how I do dynamic parameters in static terraform.tfvars with Terragrunt and tell me if you know better solution, you should read my blog post (and try it) - https://medium.com/@anton.babenko/modules-tf-convert-visual-aws-diagram-into-terraform-configurations-e61fb0574b10
I am excited to announce public-release of modules.tf — project which allows conversion of visual AWS diagrams created using Cloudcraft.co…
2018-11-22
@Bogdan has joined the channel
2018-11-25
Hello everyone,
I am trying to run terragrunt plan using circleci
and I am getting the following error
[terragrunt] [/root/project/cloudfront_frontend] 2018/11/26 03:21:58 The non-interactive flag is set to true, so assuming 'yes' for all prompts
[terragrunt] [/root/project/cloudfront_frontend] 2018/11/26 03:21:58 Creating S3 bucket cb-terraform-infra-state-sit
[terragrunt] 2018/11/26 03:21:59 AccessDenied: Access Denied
status code: 403, request id: 35E32BD7CF45BED5, host id: f3c85r+xX5QKBmRdlhW8JCQyj+AqUtKGZWwLvbuo/YkjErGKUuVJ6kAs0NIjooDC83uXs1JkjXc=
[terragrunt] 2018/11/26 03:21:59 Unable to determine underlying exit code, so Terragrunt will exit with error code 1
Exited with code 1
I have the credentials in place ~/.aws/credentials
. It works perfectly in local. Not sure how to fix it
I am using the following docker image antonbabenko/terracing:v0.0.6
It looks like permission issue
but I have given fullAdminAccess
to the user.
hrm… so shouldn’t need to write credentials to ~/.aws/credentials
using the standard AWS envs should be sufficient
AWS_ACCESS_KEY_ID
and AWS_SECRET_ACCESS_KEY
in fact, i’d try to get it working with ENVs locally (for testing)
then once you find the working combination, that’s what you’ll set in circle
2018-11-27
@joshmyers has joined the channel
@jerry has joined the channel
2018-11-30
set the channel topic:
The icon is Gruntwork logo, not terragrunt product ;) There is an open issue about missing logo for terragrunt
Haha yea
I guess I should rename the icon
It was a compromise
Yeah, np really
Do you need icon for modules.tf ? I will make one :))
haha, go for it