Skip to content

Commit

Permalink
fix: warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
amanverma678 authored Nov 19, 2024
1 parent 8370c8c commit 579721f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/self_managed/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ module "subnets" {
ipv6_cidr_block = module.vpc.ipv6_cidr_block
type = "public-private"
igw_id = module.vpc.igw_id
label_order = local.label_order

extra_public_tags = {
"kubernetes.io/cluster/${module.eks.cluster_name}" = "shared"
Expand All @@ -51,6 +52,7 @@ module "subnets" {
"kubernetes.io/cluster/${module.eks.cluster_name}" = "shared"
"kubernetes.io/role/internal-elb" = "1"
tags = local.tags

}

public_inbound_acl_rules = [
Expand Down

0 comments on commit 579721f

Please sign in to comment.