From 205c4bd317dced09831c09ac32a9e2cc48c13c89 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sun, 15 Nov 2020 12:47:30 +0700 Subject: [PATCH] Fix MetalLB config syntax --- platform/main.tf | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/platform/main.tf b/platform/main.tf index 70f735fd..16bcbe6d 100644 --- a/platform/main.tf +++ b/platform/main.tf @@ -58,14 +58,12 @@ resource "helm_release" "metallb" { set { name = "configInline" - value = yamlencode({ - address-pools = { - name = "default" - protocol = "layer2" - addresses = [ - "192.168.1.150-192.168.1.180" - ] - } - }) + value = <