We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to apply terraform code that has two profiles configured
I ran
assume profile1 assume profile2
when I do terraform plan, the credentials for profile1 are gone.
To apply this kind of terraform I need to run
aws sso login --profile profile1 aws sso login --profile profile2
Is it possible to use assume tool for this kind of task?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to apply terraform code that has two profiles configured
I ran
when I do terraform plan, the credentials for profile1 are gone.
To apply this kind of terraform I need to run
Is it possible to use assume tool for this kind of task?
The text was updated successfully, but these errors were encountered: