Guest User

Untitled

a guest
Feb 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. output
  2. ec2global_ips [
  3. manager_ip is : xxx,
  4. node ip is: [xxx,xxx]
  5. ]
  6.  
  7. output "ec2_global_ips" {
  8. value = ["${aws_instance.main.*.public_ip}"]
  9. }
Add Comment
Please, Sign In to add comment