1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
6 value = module.ec2_cluster.*.id
8 output "private_dns_names" {
9 value = module.ec2_cluster.*.private_dns
12 value = module.ec2_cluster.*.public_ip
15 value = module.ec2_cluster.*.private_ip
17 output "cluster_name" {
19 value = random_password.cluster_name.result