Pijus Kamandulis ea46b13a17 Initial commit
2022-01-28 18:02:57 +02:00

5 lines
135 B
HCL

output "public_ip" {
description = "The public IP of the i7days server"
value = scaleway_instance_ip.public_ip.address
}