feat(terraform): AWS Subnet
[csit.git] / fdio.infra.terraform / terraform-aws-vpc / outputs.tf
index 444cde4..e1072a6 100644 (file)
@@ -1,4 +1,9 @@
 output "vpc_id" {
   value       = aws_vpc.vpc.id
   description = "The ID of the VPC"
+}
+
+output "vpc_ipv6_cidr_block" {
+  value       = aws_vpc.vpc.ipv6_cidr_block
+  description = "IPv6 CIDR block"
 }
\ No newline at end of file