Преглед на файлове

need the security group outputted as well

Chris Mague преди 5 години
родител
ревизия
29037442b2
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      outputs.tf

+ 4 - 0
outputs.tf

@@ -1,3 +1,7 @@
 output "node-ips" {
   value = aws_eip.re-eip[*].public_ip
 }
+
+output "re-security-group" {
+  value = aws_security_group.re.id
+}