From 64b967db549003eeb17ab22ba81dd0aba5b3b305 Mon Sep 17 00:00:00 2001 From: lenape Date: Wed, 6 Aug 2025 04:34:55 +0000 Subject: [PATCH] automated terminal push --- infrastructure/services/main.tf | 8 -------- 1 file changed, 8 deletions(-) diff --git a/infrastructure/services/main.tf b/infrastructure/services/main.tf index 3c86636..134cef7 100644 --- a/infrastructure/services/main.tf +++ b/infrastructure/services/main.tf @@ -9,14 +9,6 @@ terraform { version = "~> 5.0" } } - backend "s3" { - # This will be configured by bootstrap script - # bucket = "nvhi-atsila-microservice-terraform-state-c4ae0f80" - # key = "services/terraform.tfstate" - # region = "us-east-2" - # dynamodb_table = "nvhi-atsila-microservice-terraform-locks" - # encrypt = true - } } provider "aws" {