Skip to content

Commit

Permalink
add ssm parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 11, 2023
1 parent 57eafe8 commit 9b30103
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions route53-zone-association/lambda-role/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ data "aws_iam_policy_document" "policy" {
"route53:List*",
"route53:TestDNSAnswer",
"route53:ChangeResourceRecordSets",
"ssm:DescribeParameters",
"ssm:GetParameter*",
]
resources = ["*"]
}
Expand Down
2 changes: 2 additions & 0 deletions route53-zone-association/terraform-role/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ data "aws_iam_policy_document" "policy" {
"route53:DeleteVPCAssociationAuthorization",
"route53:TestDNSAnswer",
"route53:ChangeResourceRecordSets",
"ssm:DescribeParameters",
"ssm:GetParameter*",
]
resources = ["*"]
}
Expand Down

0 comments on commit 9b30103

Please sign in to comment.