Skip to content

Conversation

@nickwales
Copy link

No description provided.

Copy link
Contributor

@omkensey omkensey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor nit -- for consistency, can you change ip to ips on the outputs formatted as splat expressions?

Comment on lines +13 to +19
output "controller_instance_ip" {
value = aws_instance.controller.*.public_ip
}

output "worker_instance_ip" {
value = aws_instance.worker.*.public_ip
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's name these ips rather than ip as well since it looks like they'll come out as lists.

Comment on lines +13 to +15
output "worker_ips" {
value = module.aws.worker_instance_ip
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this needs to be splatified like the one before it since the underlying output is a list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants