-
Notifications
You must be signed in to change notification settings - Fork 9.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terraform 0.7.3 - crash with disallowed AWS account #8729
Comments
Thanks for the report @elblivion . Just cutting out the important part of crash log:
|
I was able to reproduce this and I can also confirm this bug didn't exist in |
PR fixing this bug in #8731 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Hi there,
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Terraform Version
0.7.3
Affected Resource(s)
AWS Provider: Terraform crashes when using an account which is not in
allowed_account_ids
attribute of the AWS provider.Terraform Configuration Files
Configuration is not an issue; my config works when I have the API keys for the correct AWS account in my environment.
Debug Output
Please provider a link to a GitHub Gist containing the complete debug output: https://www.terraform.io/docs/internals/debugging.html. Please do NOT paste the debug output in the issue; just paste a link to the Gist.
Panic Output
https://gist.github.com/anonymous/188b284fe43c5747c1b1f13418e7a078
Expected Behavior
Terraform should give an "Account not allowed" error message as it did until 0.7.2 (I think, 0.6.16 for sure).
Actual Behavior
Crash
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
allowed_account_ids
in the AWS provider configterraform plan
Important Factoids
N/A
References
Not to my knowledge.
The text was updated successfully, but these errors were encountered: