Move terraform state file

This lets me use the bucket for other states too
This commit is contained in:
Jake Howard 2024-01-06 21:28:57 +00:00
parent c8211d4756
commit 1555803d25
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
terraform {
backend "s3" {
bucket = "0rng-terraform"
key = "terraform.tfstate"
key = "infrastructure/terraform.tfstate"
encrypt = true
region = "eu-west-2"
}