Skip to content

Commit

Permalink
update remote backend org and workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
im2nguyen committed Apr 24, 2020
1 parent 5997277 commit 9352474
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
Expand All @@ -12,4 +12,4 @@ provider "google" {
version = "3.10.0"
project = var.google_project
region = var.location.gcp
}
}

0 comments on commit 9352474

Please sign in to comment.