Move terraform state file
This lets me use the bucket for other states too
This commit is contained in:
parent
c8211d4756
commit
1555803d25
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
terraform {
|
||||
backend "s3" {
|
||||
bucket = "0rng-terraform"
|
||||
key = "terraform.tfstate"
|
||||
key = "infrastructure/terraform.tfstate"
|
||||
encrypt = true
|
||||
region = "eu-west-2"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue