modules/public_ip/main.tf (3 lines of code) (raw):

data "http" "current_public_ip" { url = "https://ipinfo.io/ip" }