Skip to content
Snippets Groups Projects
output.tf 160 B
Newer Older
Nathan Rodet's avatar
Nathan Rodet committed
#################
# Public IP List
#################

output "public_ip_address" {
  value     = scaleway_instance_ip.public_ip[*].address
  sensitive = false
}