Skip to content

Commit

Permalink
make legacy_subnet default false
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiyerra committed Aug 28, 2024
1 parent 6f61ee5 commit 60b636f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ variable "karpenter_version" {
}

variable "legacy_subnet" {
default = true
default = false
description = "Specify how the subnets should be created"
}

Expand Down

0 comments on commit 60b636f

Please sign in to comment.