feat(terraform): AWS VPC
[csit.git] / fdio.infra.terraform / terraform-aws-vpc / outputs.tf
diff --git a/fdio.infra.terraform/terraform-aws-vpc/outputs.tf b/fdio.infra.terraform/terraform-aws-vpc/outputs.tf
new file mode 100644 (file)
index 0000000..444cde4
--- /dev/null
@@ -0,0 +1,4 @@
+output "vpc_id" {
+  value       = aws_vpc.vpc.id
+  description = "The ID of the VPC"
+}
\ No newline at end of file