Skip to main content
outputs.tf159 B
View on GitHub
output "metadata" {
description = "The data retrieved from IPinfo for the specified IP address"
value = jsondecode(data.http.ipinfo.response_body)
}

Related Documentation