automated terminal push

This commit is contained in:
lenape
2025-07-12 18:36:46 +00:00
parent 40b0504f57
commit ef7c7c7ca3
3 changed files with 28 additions and 25 deletions

View File

@@ -2,14 +2,6 @@
# This contains your ECS cluster, VPC, and application resources
terraform {
backend "s3" {
# These values will be provided via backend-config during terraform init
# bucket = "nvhi-atsila-tf-state"
# key = "ecs/terraform.tfstate"
# region = "us-east-2"
# dynamodb_table = "nvhi-atsila-locks"
}
required_providers {
aws = {
source = "hashicorp/aws"