infobloxopen / terraform-provider-infoblox

Infoblox NIOS Terraform Provider
https://github.com/infobloxopen/terraform-provider-infoblox
Mozilla Public License 2.0
73 stars 81 forks source link

How do I upgrade`infoblox_ip_allocation` resources from `terraform-providers/infoblox` v1.1.1? #189

Closed grimm26 closed 1 year ago

grimm26 commented 2 years ago

How am I supposed to migrate to infobloxopen/infoblox v2.x? infoblox_ip_allocation was changed to infoblox_ipv4_allocation. I can't remove the old infoblox_ip_allocation resource and just import the data into the new infoblox_ipv4_allocation resource because infoblox resources don't support import.

What do you expect your users to do?

grimm26 commented 1 year ago

apparently infoblox_ipv4_allocation is deprecated and infoblox_ip_allocation is back, so this particular piece is solved