Skip to content

Commit 9f7fc13

Browse files
committed
Default to public API on K8s
1 parent 165f742 commit 9f7fc13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentofu/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ variable "vm_is_gpu_shape" {
189189
// Kubernetes
190190
variable "k8s_api_is_public" {
191191
type = bool
192-
default = false
192+
default = true
193193
}
194194

195195
variable "k8s_api_endpoint_allowed_cidrs" {

0 commit comments

Comments
 (0)