Update backend.tf

This commit is contained in:
themajerr 2023-07-07 11:23:05 +02:00 committed by GitHub
parent 879bf4a1ed
commit 782a075302
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
terraform {
backend "gcs" {
bucket = "1c038e92e01934b3-terraform-state-bucket"
bucket = "bb08738a855c4a96-terraform-state-bucket"
prefix = "terraform/state"
}
}