feat: Update Terraform S3 backend configuration

This commit is contained in:
2024-11-21 10:33:37 +02:00
parent d2ae097ed2
commit 031eac5cba
2 changed files with 2 additions and 3 deletions

1
.gitignore vendored
View File

@@ -26,4 +26,3 @@
# terraform
**/**/.terraform**
**/**/terraform**

View File

@@ -1,8 +1,8 @@
terraform {
backend "s3" {
bucket = "gamelog-terraform-tfstate"
bucket = "tasker-tf-infra"
key = "terraform.tfstate"
region = "eu-west-1"
region = "eu-north-1"
}
}