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",