diff --git a/infrastructure-live/01234567890/provider.hcl b/infrastructure-live/01234567890/provider.hcl index ebe33f4..43255ca 100644 --- a/infrastructure-live/01234567890/provider.hcl +++ b/infrastructure-live/01234567890/provider.hcl @@ -81,11 +81,11 @@ locals { # duration = "0h20m0s" # web_identity_token = get_env("AWS_SESSION_TOKEN", "") # } - # assume_role { - # role_arn = "arn:aws:iam::${local.account_id}:role/${local.env}.terraform_bot.role" - # session_name = "Pipeline-Session" - # duration = "0h20m0s" - # } + assume_role { + role_arn = "arn:aws:iam::${local.account_id}:role/${local.env}.terraform_bot.role" + session_name = "Pipeline-Session" + duration = "0h20m0s" + }