Skip to content

Commit 693c1bf

Browse files
Add acm:ExportCertificate to IAM policy for adopted cert export
Required for exportTo to work with adopted certificates. This permission only reads existing cert data (cert body + private key), does not create new certificates. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 773d2e7 commit 693c1bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • modules/ack_acm_controller/legacy/1.0

modules/ack_acm_controller/legacy/1.0/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ resource "aws_iam_policy" "ack_acm" {
4747
Effect = "Allow"
4848
Action = [
4949
"acm:DescribeCertificate",
50+
"acm:ExportCertificate",
5051
"acm:GetCertificate",
5152
"acm:ListCertificates",
5253
"acm:ListTagsForCertificate",

0 commit comments

Comments
 (0)