9 lines
198 B
Terraform
9 lines
198 B
Terraform
![]() |
terraform {
|
||
|
backend "s3" {
|
||
|
bucket = "nvhi-atsila-tf-state"
|
||
|
key = "ecs/terraform.tfstate"
|
||
|
region = "us-east-2"
|
||
|
dynamodb_table = "nvhi-atsila-locks"
|
||
|
}
|
||
|
}
|