automated terminal push
This commit is contained in:
@@ -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,17 +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
|
||||
value = null # Disabled in free tier version
|
||||
}
|
||||
|
||||
# Terraform Backend Information
|
||||
|
||||
Reference in New Issue
Block a user