Explorar el Código

Added cloud_name to the vpc outputs

Roberto Barbosa hace 8 años
padre
commit
4693a41605
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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}"
 }