This message was deleted.
# general
b
This message was deleted.
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