does anyone have any experience using a service ac...
# general
w
does anyone have any experience using a service account's role to assume up to 3 other roles ? i will need this for
infracost
p
I’m doing it with terragrunt. 1 deployer role in the infra account which assume a deployer role in each account
w
how does it assume the deployer role in each account?
p
in your terragrunt.hcl youhave this property
iam_role = "arn:aws:iam::${local.aws_account_id}:role/Deployer"
w
ah, yeah, i'm talking about infracost
p
infracost just rely on tf/tg so it’s assuming the role you use in your tf
w