vatesfr / terraform-provider-xenorchestra

Xen Orchestra provider for Terraform
MIT License
149 stars 33 forks source link

[docs] incosistency `expected_ip_cidr` vs `expected_cidr_range` #320

Closed smrqdt closed 2 months ago

smrqdt commented 2 months ago

There seems to be an inconsistency in the registry docs with the new network parameter that replaces wait_for_ip.

In the registry documentation the argument is called expected_ip_cidr while in the release notes it’s expected_cidr_range.

The string expected_ip_cidr does not appear anywhere in the repository except the commit message, so I guess it’s wrong but somehow made its way into the terraform registry.

ddelnano commented 2 months ago

Hi @smrqdt, thanks for spotting this. The release notes are incorrect and I've updated them. The documentation is auto generated from the terraform code so the docs are correct.

The link you provided for searching for expected_ip_cidr doesn't seem to identify this.