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

Commit c9db547

Browse files
authored
Merge pull request #57 from garthy/fix_extra_lb_source
Fix extra source from bad merge
2 parents f6b14b7 + 1a0d81b commit c9db547

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)