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 {
|
terraform {
|
||||||
backend "s3" {
|
backend "s3" {
|
||||||
bucket = "0rng-terraform"
|
bucket = "0rng-terraform"
|
||||||
key = "terraform.tfstate"
|
key = "infrastructure/terraform.tfstate"
|
||||||
encrypt = true
|
encrypt = true
|
||||||
region = "eu-west-2"
|
region = "eu-west-2"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue