From ef99f6015c6af741fdecfd16a78fb47ab80e5d6b Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sun, 13 Jun 2021 16:23:36 +0700 Subject: [PATCH] Format Terraform --- infra/bootstrap.tf | 12 +++++------- infra/cluster.tf | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/infra/bootstrap.tf b/infra/bootstrap.tf index 15d0930c..9cb542a6 100644 --- a/infra/bootstrap.tf +++ b/infra/bootstrap.tf @@ -8,13 +8,11 @@ provider "helm" { } resource "helm_release" "argocd" { - name = "argocd" - repository = "https://argoproj.github.io/argo-helm" - chart = "argo-cd" - version = "3.1.2" - + name = "argocd" + repository = "https://argoproj.github.io/argo-helm" + chart = "argo-cd" + version = "3.1.2" namespace = "argocd" create_namespace = true - - wait = true + wait = true } diff --git a/infra/cluster.tf b/infra/cluster.tf index 5034c083..09827acc 100644 --- a/infra/cluster.tf +++ b/infra/cluster.tf @@ -52,7 +52,7 @@ resource "rke_cluster" "cluster" { plugin = "canal" options = { canal_flex_volume_plugin_dir = "/opt/kubernetes/kubelet-plugins/volume/exec/nodeagent~uds" - flannel_backend_type = "vxlan" + flannel_backend_type = "vxlan" } }