Skip to main content
main.tf80 B
View on GitHub
variable "vpc_id" {
type = string
}

output "vpc_id" {
value = var.vpc_id
}