Skip to content

Commit

Permalink
fix :: v2 to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed May 11, 2024
1 parent db92a1c commit c511a60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ module "vpc" {
public_subnets = local.public_subnets
public_subnet_tags_per_az = {
"${local.region}a" = {
"karpenter.sh/discovery/xquare-v2-cluster" = "xquare-v2-cluster"
"kubernetes.io/cluster/xquare-v2-cluster" = "owned"
"karpenter.sh/discovery/xquare-v3-cluster" = "xquare-v3-cluster"
"kubernetes.io/cluster/xquare-v3-cluster" = "owned"
"kubernetes.io/role/elb" = "1"
},
"${local.region}c" = {}
Expand Down

0 comments on commit c511a60

Please sign in to comment.