I provision machine by terraform and maas but I can't get ip address of provided machine in
output of terraform.
I'm using of suchpuppet as maas provider
for IaC but just returned machine_id and doesn't return IP address of it.
In output returning machine_id instead of ip address of machine.
Thanks for your comment.
I resolve my problem by calling MAAS API and sending machine_id to MAAS API
and getting the IP address of the machine for use in the configuration manager
tools.