prudhvitella / terraform-provider-infoblox

Infoblox plugin for Terraform
Mozilla Public License 2.0
41 stars 54 forks source link

infoblox_ip never runs during subsequent plans using the same cidr #58

Open rsawant23 opened 4 years ago

rsawant23 commented 4 years ago

I am just using the infoblox_ip resource to pull the next available ip in a given block but am not using a reserve_a/host/aaaa resource to reserve it. (I am running a go script to reserve the ip using an Infoblox Fixed Address). When I do a subsequent plan the reserve_ip block only refreshes it's state and does not grab a new one. Is there any way to force it to rerun even though the IP isn't reserved within Terraform

rsawant23 commented 4 years ago

Additionally even if I do reserve it, there is no change in the infoblox_ip resource as it is the same CIDR block every time.