We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f24150a commit 6a28193Copy full SHA for 6a28193
examples/iam-role-for-service-accounts-eks/main.tf
@@ -51,7 +51,7 @@ module "cert_manager_irsa_role" {
51
source = "../../modules/iam-role-for-service-accounts-eks"
52
53
role_name = "cert-manager"
54
- attach_external_dns_policy = true
+ attach_cert_manager_policy = true
55
cert_manager_hosted_zone_arns = ["arn:aws:route53:::hostedzone/IClearlyMadeThisUp"]
56
57
oidc_providers = {
0 commit comments