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:
2025-10-22 18:42:58 +02:00
parent e22217f2ed
commit adfa2674c6

View File

@@ -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"