9 lines
200 B
HCL
9 lines
200 B
HCL
terraform {
|
|
backend "s3" {
|
|
bucket = "forms.hopefamilyfellowship.com"
|
|
region = "us-west-2"
|
|
key = "terraform.tfstate"
|
|
dynamodb_table = "terraform-state-lock.jdb-software.com"
|
|
}
|
|
}
|