Skip to content
This repository was archived by the owner on Oct 31, 2019. It is now read-only.

Commit 1a0d81b

Browse files
committed
Fix extra source from bad merge
Signed-off-by: Garth Bushell <[email protected]>
1 parent f6b14b7 commit 1a0d81b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

k8s-oci.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,6 @@ module "instances-k8sworker-ad3" {
341341

342342
module "etcd-private-lb" {
343343
source = "network/loadbalancers/etcd"
344-
source = "loadbalancers/etcd"
345344
count = "${var.etcd_lb_enabled=="true"? 1 : 0 }"
346345
etcd_lb_enabled = "${var.etcd_lb_enabled}"
347346
compartment_ocid = "${var.compartment_ocid}"

0 commit comments

Comments
 (0)