aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.terraform/terraform-aws-vpc/outputs.tf
blob: 444cde448ae1292f4db4c700eb6f7ae2bde19798 (plain)
1
2
3
4
output "vpc_id" {
  value       = aws_vpc.vpc.id
  description = "The ID of the VPC"
}