From f0b0edbdf181b240b1d3fce29b0872418df4ed9d Mon Sep 17 00:00:00 2001 From: badra001 Date: Tue, 7 Oct 2025 15:37:56 -0400 Subject: [PATCH] add more perms for route53profile --- route53-zone-association/terraform-role/main.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/route53-zone-association/terraform-role/main.tf b/route53-zone-association/terraform-role/main.tf index 05f3ffb..3f0e718 100644 --- a/route53-zone-association/terraform-role/main.tf +++ b/route53-zone-association/terraform-role/main.tf @@ -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",