mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-01-31 07:16:17 +00:00
chore(terraform): add tfstate backup to s3 bucket
This commit is contained in:
parent
bc760704f1
commit
9b790a8bf3
@ -11,6 +11,12 @@ terraform {
|
||||
version = ">= 2.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
backend "s3" {
|
||||
bucket = "twipped-terraform"
|
||||
key = "gdb/terraform.tfstate"
|
||||
region = "us-east-1"
|
||||
}
|
||||
required_version = ">= 0.13"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user