4 lines
47 B
Terraform
4 lines
47 B
Terraform
|
output "hosts" {
|
||
|
value = module.main.hosts
|
||
|
}
|