This commit is contained in:
Edward Viaene
2018-06-18 09:09:55 +00:00
parent 912cb5d55a
commit 6824a885ad
2 changed files with 16 additions and 5 deletions
+1
View File
@@ -24,6 +24,7 @@ output "vpc_id" {
description = "The ID of the VPC"
value = "${module.main-vpc.vpc_id}"
}
output "private_subnets" {
description = "List of IDs of private subnets"
value = ["${module.main-vpc.private_subnets}"]