Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 22, 2023
1 parent 65dcd06 commit f29dd73
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions route53-zone-association/lambda-role/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ data "aws_iam_policy_document" "assume_role" {
effect = "Allow"
actions = ["sts:AssumeRole"]
principals {
type = "AWS"
identifiers = [format("arn:%v:iam::*:role/r-inf-dynamic-route53-*", data.aws_arn.current.partition)]
type = "AWS"
# identifiers = [format("arn:%v:iam::*:role/r-inf-dynamic-route53-*", data.aws_arn.current.partition)]
identifiers = ["*"]
}
condition {
test = "StringEquals"
Expand Down

0 comments on commit f29dd73

Please sign in to comment.