feat: Update Terraform S3 backend configuration
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -26,4 +26,3 @@
|
||||
|
||||
# terraform
|
||||
**/**/.terraform**
|
||||
**/**/terraform**
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user