We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a5ec98 commit a7aac75Copy full SHA for a7aac75
1 file changed
infrastructure/stacks/iams-developer-roles/github_actions_policies.tf
@@ -172,6 +172,7 @@ resource "aws_iam_policy" "api_infrastructure" {
172
"ssm:DescribeParameters",
173
"ec2:Describe*",
174
"ec2:DescribeVpcs",
175
+ "acm:ListCertificates",
176
],
177
Resource = "*"
178
#checkov:skip=CKV_AWS_289: Actions require wildcard resource
@@ -215,7 +216,6 @@ resource "aws_iam_policy" "api_infrastructure" {
215
216
"ssm:AddTagsToResource",
217
218
# acm
- "acm:ListCertificates",
219
"acm:DescribeCertificate",
220
"acm:GetCertificate",
221
"acm:ListTagsForCertificate",
0 commit comments