Replies: 2 comments 2 replies
-
As you can see from the error, the issue is with your AWS credentials. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I suspect Looks like |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi ,
We have infrastructure on AWS regions us-east-1 & eu-west-1 which is using terragrunt v0.21.5 and terraform v0.11.5. And scripts are working fine. But recently we are trying to use same scripts with same terragrunt and terraform version in eu-central-2 Zurich region on aws. We are struggling to initiate scripts and getting below kind of errors -
### Error -
I have tried few options like skip_region_validation = true in aws provider, terrafrom backend, skip_credentials_validation in remote_state block but it's not working.
We are using aws provider plugin v2.70.4 .
Please help to fix the existing scripts, as I can see probable option is to upgrade terragrunt and terraform to latest or 1.x version.
Let me know your thoughts on this.
Thanks in adav
Tracked in ticket #110869
Beta Was this translation helpful? Give feedback.
All reactions