automated terminal push

This commit is contained in:
lenape
2025-07-12 08:51:48 +00:00
parent 751acfe646
commit 0282e18140
10 changed files with 361 additions and 0 deletions

8
terraform/backend.tf Normal file
View File

@@ -0,0 +1,8 @@
terraform {
backend "s3" {
bucket = "nvhi-atsila-tf-state"
key = "ecs/terraform.tfstate"
region = "us-east-2"
dynamodb_table = "nvhi-atsila-locks"
}
}