Explorar o código

Added cloud_name to the vpc outputs

Roberto Barbosa %!s(int64=8) %!d(string=hai) anos
pai
achega
4693a41605
Modificáronse 1 ficheiros con 2 adicións e 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}"
 }