Skip to content

Commit

Permalink
we already are
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 30, 2024
1 parent 558d586 commit 2c7a9e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dns_zones.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ provider "aws" {

provider "aws" {
alias = "self"
assume_role {
role_arn = format("arn:%v:iam::%v:role/r-inf-terraform", data.aws_arn.current.partition, data.aws_caller_identity.current.account_id)
session_name = var.os_username
}
# assume_role {
# role_arn = format("arn:%v:iam::%v:role/r-inf-terraform", data.aws_arn.current.partition, data.aws_caller_identity.current.account_id)
# session_name = var.os_username
# }
}

#-------------------------------------------------
Expand Down

0 comments on commit 2c7a9e2

Please sign in to comment.