outputs.tf194 B
View on GitHuboutput "vpc_cidr" {
description = "The CIDR block of the VPC"
value = var.cidr_block
}
output "environment" {
description = "The environment name"
value = var.environment
}
output "vpc_cidr" {
description = "The CIDR block of the VPC"
value = var.cidr_block
}
output "environment" {
description = "The environment name"
value = var.environment
}