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 {
|
terraform {
|
||||||
backend "s3" {
|
backend "s3" {
|
||||||
bucket = "nemoinho-tfstate"
|
bucket = "nemoinho-tfstate"
|
||||||
key = "hetzner-infra/terraform.tfstate"
|
key = "base-infra/terraform.tfstate"
|
||||||
region = "eu-central-003"
|
region = "eu-central-003"
|
||||||
endpoints = {
|
endpoints = {
|
||||||
s3 = "https://s3.eu-central-003.backblazeb2.com"
|
s3 = "https://s3.eu-central-003.backblazeb2.com"
|
||||||
|
|||||||
Reference in New Issue
Block a user