Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Outputs.tf (in the ec2 module directory):
- output "ec2_instance_ip" {
- value = "${join(",", aws_instance.ec2_instance.*.id)}"
- }
- output "private_ips" {
- value = "${join(",", aws_instance.ec2_instance.*.private_ip)}"
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement