diff --git a/monitoring/main.tf b/monitoring/main.tf index 3b283e1..3d7100f 100644 --- a/monitoring/main.tf +++ b/monitoring/main.tf @@ -1,12 +1,11 @@ terraform { - cloud { - + backend "remote" { organization = "LHC" - workspaces { + workspaces { name = "k8s1-cicd" - } - } + } + } } provider "helm" {