Azure secondary IP address

I am trying to render the results of the IP (secondary Public IP) so I can build a playbook for yml, however I get empty results

Untrusted_IPs = [
[
“”,
],
[
“”,
],
]
when I run the terraform refresh I do see the IPs. Any suggestions? Thanks