You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
k8s-terraform/k8s-nodes/modules/aws-nodes/outputs.tf

4 lines
58 B
HCL

output "ips" {
value = aws_instance.nodes.*.public_ip
}