Skip to content

Commit

Permalink
using dynamic config!
Browse files Browse the repository at this point in the history
  • Loading branch information
zMynxx committed Mar 31, 2024
1 parent 5c212e2 commit 02f3466
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions infrastructure-live/01234567890/provider.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 02f3466

Please sign in to comment.