Skip to content

Determining role used for terraform deploy with Atmos #16

Discussion options

You must be logged in to vote

No AWS Teams should have access to apply Terraform in the core-root account.

I see now that the managers Team does have terraform access in core-root. Do you know which AWS Team you have assumed before running Terraform?

Within your infra geodesic shell, run this to check:

 √ . [foo-identity] (HOST) infrastructure ⨠ aws sts get-caller-identity
{
    "UserId": "ABCD1234:foo-identity",
    "Account": "1234567890",
    "Arn": "arn:aws:sts::1234567890:assumed-role/foo-core-gbl-identity-devops/foo-identity"
}

For example here I am using the devops team, so I would only have planner access in core-root

Replies: 1 comment 5 replies

Comment options

milldr
Jul 29, 2024
Maintainer Sponsor

You must be logged in to vote
5 replies
@milldr
Comment options

milldr Jul 29, 2024
Maintainer Sponsor

Answer selected by rauthur
@rauthur
Comment options

@milldr
Comment options

milldr Jul 29, 2024
Maintainer Sponsor

@rauthur
Comment options

@milldr
Comment options

milldr Jul 31, 2024
Maintainer Sponsor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment