You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While calling the API, you obviously don't need to define any account ID (that's automatically paired up with provided access key + secret key), but the traditional use-case is that people have one account for production, another one for development etc.
As it's almost impossible to know what API keys are coming from which account (prod/dev), so it's relatively easy to make a mistake and run something against prod account instead of dev.
There's an API endpoint that terraform could call if there was account_id defined in the provider "aws":
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.
ghost
locked and limited conversation to collaborators
May 3, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While calling the API, you obviously don't need to define any account ID (that's automatically paired up with provided access key + secret key), but the traditional use-case is that people have one account for production, another one for development etc.
As it's almost impossible to know what API keys are coming from which account (prod/dev), so it's relatively easy to make a mistake and run something against prod account instead of dev.
There's an API endpoint that terraform could call if there was
account_id
defined in theprovider "aws"
:where the account ID is
1111111111111
insideUser.Arn
.What do you think of such feature?
The text was updated successfully, but these errors were encountered: