Browse Source

Added cloud_name to the vpc outputs

Roberto Barbosa 8 years ago
parent
commit
4693a41605
1 changed files with 2 additions and 0 deletions
  1. 2 0
      vpc/outputs.tf

+ 2 - 0
vpc/outputs.tf

@@ -1,4 +1,5 @@
 // Output Variables 
+/* VPC */
 output "vpc_id" {
   value = "${aws_vpc.vpc.id}"
 }
@@ -11,6 +12,7 @@ output "cloud_name" {
   value = "${var.cloud_name}"
 }
 
+// SUBNETS
 output "private_subnet" {
   value = "${aws_subnet.sn_private.id}"
 }