Migrate state to base-infra/terraform.tfstate in b2-bucket
I renamed the project from "hetzner-infra" to "base-infra", since that better fits the purpose of this repository. So, this change migrates the state name accordingly, to avoid confusion.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
terraform {
|
||||
backend "s3" {
|
||||
bucket = "nemoinho-tfstate"
|
||||
key = "hetzner-infra/terraform.tfstate"
|
||||
key = "base-infra/terraform.tfstate"
|
||||
region = "eu-central-003"
|
||||
endpoints = {
|
||||
s3 = "https://s3.eu-central-003.backblazeb2.com"
|
||||
|
||||
Reference in New Issue
Block a user