Skip to content

Commit e741df1

Browse files
committed
Fix missing LB rule
1 parent 3e307df commit e741df1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deploy/devops/tf-env/oke.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,5 +140,7 @@ module "oke" {
140140
oci = oci
141141
oci.home = oci.home_region
142142
}
143+
144+
depends_on = [oci_core_vcn.oke_vcn]
143145
}
144146

0 commit comments

Comments
 (0)