diff --git a/main.tf b/main.tf index 767c762..c391c60 100644 --- a/main.tf +++ b/main.tf @@ -1,9 +1,9 @@ terraform { backend "remote" { - organization = "hashicorp-team-da-beta" + organization = "hashicorp-learn" workspaces { - name = "qa-kubernetes-cluster" + name = "learn-terraform-pipelines-k8s" } } } @@ -12,4 +12,4 @@ provider "google" { version = "3.10.0" project = var.google_project region = var.location.gcp -} \ No newline at end of file +}