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
When you run assume $profile, you receive temporaty credentials from your identity provider.
When assume another role, you get new credentials, so the 1st set of credentials are not used anymore
you can validate this by running aws sts get-caller-identity
not sure why you would want to assume two different roles with terraform by the way, I separate workloads for different accounts and run these workloads separate from each other
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: