Skip to content

Commit 6a28193

Browse files
authored
fix: Correct policy attachment to cert_manager in example (#234)
1 parent f24150a commit 6a28193

File tree

1 file changed

+1
-1
lines changed
  • examples/iam-role-for-service-accounts-eks

1 file changed

+1
-1
lines changed

examples/iam-role-for-service-accounts-eks/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module "cert_manager_irsa_role" {
5151
source = "../../modules/iam-role-for-service-accounts-eks"
5252

5353
role_name = "cert-manager"
54-
attach_external_dns_policy = true
54+
attach_cert_manager_policy = true
5555
cert_manager_hosted_zone_arns = ["arn:aws:route53:::hostedzone/IClearlyMadeThisUp"]
5656

5757
oidc_providers = {

0 commit comments

Comments
 (0)