Browse Source

need the security group outputted as well

Chris Mague 5 năm trước cách đây
mục cha
commit
29037442b2
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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
+}