Files
homelab-iac/modules/pip/outputs.tf

5 lines
131 B
HCL

output "ip" {
description = "The `ip` field of the echoip response."
value = trimspace(data.http.echoip.response_body)
}