Skip to content

Commit

Permalink
add condition to attache ipv6 policy for irsa role (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
panchalnimesh authored Mar 28, 2024
1 parent 1fb9669 commit f535d84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ module "vpc_cni_irsa_role" {

attach_vpc_cni_policy = true
vpc_cni_enable_ipv4 = true
vpc_cni_enable_ipv6 = var.cluster_ip_family == "ipv6" ? "true" : "false"

oidc_providers = {
main = {
Expand Down

0 comments on commit f535d84

Please sign in to comment.