From 8077e48b077b2be8154545271475cf1f151ff251 Mon Sep 17 00:00:00 2001 From: lenape Date: Mon, 4 Aug 2025 01:19:02 +0000 Subject: [PATCH] automated terminal push --- infrastructure/foundation/outputs.tf | 29 ++++------------------------ 1 file changed, 4 insertions(+), 25 deletions(-) diff --git a/infrastructure/foundation/outputs.tf b/infrastructure/foundation/outputs.tf index 884dbf7..41da675 100644 --- a/infrastructure/foundation/outputs.tf +++ b/infrastructure/foundation/outputs.tf @@ -84,7 +84,7 @@ output "ecs_tasks_security_group_id" { output "vpc_endpoints_security_group_id" { description = "ID of the VPC endpoints security group" - value = null # Not created in free tier version to avoid costs + value = null # Not created in free tier version to avoid costs } # Route Table Information @@ -106,38 +106,17 @@ output "s3_vpc_endpoint_id" { output "ecr_dkr_vpc_endpoint_id" { description = "ID of the ECR Docker VPC endpoint" - value = null # Disabled in free tier version + value = null # Disabled in free tier version } output "ecr_api_vpc_endpoint_id" { description = "ID of the ECR API VPC endpoint" - value = null # Disabled in free tier version + value = null # Disabled in free tier version } output "logs_vpc_endpoint_id" { description = "ID of the CloudWatch Logs VPC endpoint" - value = null # Disabled in free tier version -} - -# Terraform Backend Information -output "terraform_state_bucket_name" { - description = "Name of the S3 bucket for Terraform state" - value = aws_s3_bucket.terraform_state.bucket -} - -output "terraform_state_bucket_arn" { - description = "ARN of the S3 bucket for Terraform state" - value = aws_s3_bucket.terraform_state.arn -} - -output "terraform_locks_table_name" { - description = "Name of the DynamoDB table for Terraform locks" - value = aws_dynamodb_table.terraform_locks.name -} - -output "terraform_locks_table_arn" { - description = "ARN of the DynamoDB table for Terraform locks" - value = aws_dynamodb_table.terraform_locks.arn + value = null # Disabled in free tier version } # Project Information