automated terminal push
This commit is contained in:
@@ -119,27 +119,6 @@ output "logs_vpc_endpoint_id" {
|
||||
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
|
||||
}
|
||||
|
||||
# Project Information
|
||||
output "project_name" {
|
||||
description = "Name of the project"
|
||||
|
||||
Reference in New Issue
Block a user