We use aws-google-auth
to create aws credentials that expire after X hours. Oftentimes I’ll see an error from terragrunt like:
Error in function call; Call to function "read_terragrunt_config" failed: exit status 1.
which doesn’t make sense because I haven’t changed code near that, and the root cause is my aws credentials have expired.
Does anyone else get into this situation and have a way to deal with it?