infobloxopen / terraform-provider-infoblox

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

Provider Documentation: infoblox_ip_allocation and infoblox_ip_association #205

Closed miketheitguy closed 5 months ago

miketheitguy commented 2 years ago

The following resources in the documentation index should be renamed to the appropriate resource names used in TF.

https://registry.terraform.io/providers/infobloxopen/infoblox/latest/docs/resources/infoblox_allocation

should be

https://registry.terraform.io/providers/infobloxopen/infoblox/latest/docs/resources/infoblox_ip_allocation

and

https://registry.terraform.io/providers/infobloxopen/infoblox/latest/docs/resources/infoblox_association

should be

https://registry.terraform.io/providers/infobloxopen/infoblox/latest/docs/resources/infoblox_ip_association

wilber82 commented 2 years ago

Yes, I don't know whether they are maintaining the Terraform provider.

ranjishmp commented 2 years ago

@miketheitguy Thanks for pointing this out.. Will take a look and update that soon

JkhatriInfobox commented 5 months ago

As documentation is already updated by the PR #244

Hence closing the issue