Skip to content

Commit

Permalink
Set the project ID in tf files
Browse files Browse the repository at this point in the history
  • Loading branch information
runrho2 committed Oct 26, 2024
1 parent bc003e9 commit 3f9da22
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion environments/dev/backend.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

terraform {
backend "gcs" {
bucket = "norse-study-439713-d0-tfstate"
bucket = "terraform-439802-tfstate"
prefix = "env/dev"
}
}
2 changes: 1 addition & 1 deletion environments/dev/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -1 +1 @@
project="norse-study-439713-d0"
project="terraform-439802"
2 changes: 1 addition & 1 deletion environments/prod/backend.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

terraform {
backend "gcs" {
bucket = "norse-study-439713-d0-tfstate"
bucket = "terraform-439802-tfstate"
prefix = "env/prod"
}
}
2 changes: 1 addition & 1 deletion environments/prod/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -1 +1 @@
project="norse-study-439713-d0"
project="terraform-439802"

0 comments on commit 3f9da22

Please sign in to comment.