Skip to content

Commit 17dfbe2

Browse files
committed
Fix missing LB rule
1 parent 5253d01 commit 17dfbe2

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
@@ -71,6 +71,7 @@ module "oke" {
7171
cidr = local.cp_subnet_cidr
7272
}
7373
pub_lb = {
74+
create = "never",
7475
id = oci_core_subnet.pub_lb_subnet.id
7576
}
7677
workers = {

0 commit comments

Comments
 (0)