Skip to content

Commit

Permalink
Add ListCertificates permission
Browse files Browse the repository at this point in the history
  • Loading branch information
antroy-madetech committed Jun 24, 2024
1 parent 5a742be commit b0826a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions environment-pipelines/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ data "aws_iam_policy_document" "certificate" {
"acm:RequestCertificate",
"acm:AddTagsToCertificate",
"acm:DescribeCertificate",
"acm:ListCertificates",
"acm:ListTagsForCertificate",
"acm:DeleteCertificate"
]
Expand Down

0 comments on commit b0826a3

Please sign in to comment.