Skip to content

Commit

Permalink
fix: Correct policy attachment to cert_manager in example (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaharNaveh authored Apr 20, 2022
1 parent f24150a commit 6a28193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/iam-role-for-service-accounts-eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module "cert_manager_irsa_role" {
source = "../../modules/iam-role-for-service-accounts-eks"

role_name = "cert-manager"
attach_external_dns_policy = true
attach_cert_manager_policy = true
cert_manager_hosted_zone_arns = ["arn:aws:route53:::hostedzone/IClearlyMadeThisUp"]

oidc_providers = {
Expand Down

0 comments on commit 6a28193

Please sign in to comment.