Skip to content

Commit 7d0c29a

Browse files
committed
Fix cp public ip
1 parent d5cc716 commit 7d0c29a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy/devops/tf-env/oke.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ module "oke" {
2929
allow_worker_ssh_access = true
3030
control_plane_allowed_cidrs = ["0.0.0.0/0"]
3131
control_plane_is_public = true
32+
assign_public_ip_to_control_plane = true
3233
enable_waf = false
3334
load_balancers = "public"
3435
preferred_load_balancer = "public"

0 commit comments

Comments
 (0)