Skip to content

Commit

Permalink
add more perms for route53profile
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Oct 7, 2025
1 parent 5164910 commit f0b0edb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion route53-zone-association/terraform-role/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,12 @@ data "aws_iam_policy_document" "policy" {
"route53:TestDNSAnswer",
"route53:ChangeResourceRecordSets",

# "route53profiles:AssociateProfile",
"route53profiles:AssociateProfile",
"route53profiles:AssociateResourceToProfile",
"route53profiles:Get*",
"route53profiles:List*",
"route53profiles:ListProfileResourceAssociations",
"route53profiles:DisassociateProfile",
# "route53profiles:TagResource",
# "route53profiles:UntagResource",
"route53profiles:UpdateProfileResourceAssociation",
Expand Down

0 comments on commit f0b0edb

Please sign in to comment.