Format Terraform

This commit is contained in:
Khue Doan 2021-06-13 16:23:36 +07:00
parent 28c0596849
commit ef99f6015c
2 changed files with 6 additions and 8 deletions

View File

@ -12,9 +12,7 @@ resource "helm_release" "argocd" {
repository = "https://argoproj.github.io/argo-helm"
chart = "argo-cd"
version = "3.1.2"
namespace = "argocd"
create_namespace = true
wait = true
}