a10networks / terraform-provider-thunder

terraform-provider-thunder
BSD 2-Clause "Simplified" License
15 stars 9 forks source link

1.4.x release broken? #74

Open rvdh opened 2 months ago

rvdh commented 2 months ago

In 1.4.x the resource thunder_server, among many others, has been deleted.

No mention of any of this in the changelogs, or where I am supposed to find it now. Also the documentation on https://registry.terraform.io/providers/a10networks/thunder/latest/docs is broken.

vdubey-a10 commented 1 month ago

Hi @rvdh! In 1.4.x, the 'thunder_server' resource has been renamed to 'thunder_slb_server' for consistency in our framework and to align the naming with updated schema standards. This should have been mentioned in the changelog, and being a breaking change, it should have been a major version. We'll be careful with appropriately documenting and versioning the breaking changes going forward. For now, I'll work on getting the changelog updated with all such breaking changes.

About the broken documentation, our Terraform configurations have expanded to over 2700, but the Terraform registry is limited to maximum 2500 documents per version. To overcome this, we are refactoring how the terraform configurations are organized. I don't have a timeline when this will be fixed as we're working out the possible solutions, I'll post further updates about it as we make progress on this one.