5 lines
131 B
HCL
5 lines
131 B
HCL
output "ip" {
|
|
description = "The `ip` field of the echoip response."
|
|
value = trimspace(data.http.echoip.response_body)
|
|
}
|