Skip to content

Commit

Permalink
Move state prefix to .hcl
Browse files Browse the repository at this point in the history
  • Loading branch information
codetheweb committed Jul 26, 2023
1 parent c202fe7 commit c5a060f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions terraform/backend.hcl
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
bucket = "compass-staging-tf-state"
prefix = "compass/staging"
4 changes: 1 addition & 3 deletions terraform/gcs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ terraform {
google = ">= 3.3"
}

backend "gcs" {
prefix = "compass/staging"
}
backend "gcs" {}
}

provider "google" {
Expand Down

0 comments on commit c5a060f

Please sign in to comment.