Skip to content

Commit 833e460

Browse files
committed
Fix missing LB rule
1 parent e741df1 commit 833e460

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

deploy/devops/tf-env/oke.tf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ module "oke" {
7171
cidr = local.cp_subnet_cidr
7272
}
7373
pub_lb = {
74-
create = "never"
74+
id = oci_core_subnet.pub_lb_subnet.id
7575
}
7676
workers = {
7777
create = "always",
@@ -140,7 +140,5 @@ module "oke" {
140140
oci = oci
141141
oci.home = oci.home_region
142142
}
143-
144-
depends_on = [oci_core_vcn.oke_vcn]
145143
}
146144

0 commit comments

Comments
 (0)