Skip to main content
outputs.tf194 B
View on GitHub
output "vpc_cidr" {
description = "The CIDR block of the VPC"
value = var.cidr_block
}

output "environment" {
description = "The environment name"
value = var.environment
}