Nils de Bruin

Results 12 comments of Nils de Bruin

Hi Kevin! I am happily making use of your Nox Docker build and read this issue! I am also still searching for something similar you are describing; creating automated builds...

Nice additions!

I am not a JS developer, but I will try to add the option to export to a plain file without a key/value structure. I am using this to download...

I have exactly the same requirement! I want to trigger a Terraform plan, based on changed files in a certain directory, so if this is possible it would be really...

I have the same issue. As a workaround I have created the following bash script: ```run_local.sh``` ``` COMMAND='hug -f api.py' LOGFILE=restart.txt writelog() { now=`date` echo "$now $*" >> $LOGFILE }...

I am having the same question; I have one main API file in which I extend functionality with different files, by making use of the @hug.extend_api directive. I would like...

To add another option: I am making use of direnv (https://direnv.net) for which I create .envrc files in the different account folders. This is what I include: `export TERRAGRUNT_IAM_ROLE=arn:aws:iam::ACCOUNTID:role/ROLE` and...

Based on the input of @brikis98, I have created an example for option 2, see: https://github.com/nilsdebruin/terragrunt-infrastructure-live-example/tree/assumed-role-example If it is interesting enough, I could create a pull request for it.

Hi @sgreben, don't worry, thank you for your time and effort! I am really appreciating that you are taking the time to dive into this. As I am not a...

> Thanks for this feature, we are looking forward to using it in our on-going work. Let us know if there is anything else we can do to help! >...