浏览代码

Added cloud_name to the vpc outputs

Roberto Barbosa 8 年之前
父节点
当前提交
4693a41605
共有 1 个文件被更改,包括 2 次插入0 次删除
  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}"
 }