krystal / terraform-provider-katapult

Terraform Provider for Katapult.
https://registry.terraform.io/providers/krystal/katapult/latest/docs
MIT License
5 stars 2 forks source link

Convert `load_balancer` resource and data source to use Plugin Framework #111

Closed jimeh closed 10 months ago

jimeh commented 10 months ago

We have a resource and data source implementation in place for load_balancer. It is not exposed and useable in the provider however as load balancer rules are not yet implemented (#49).

As we are migrating to the new Plugin Framework, it makes sense to migrate over the existing load balancer implementation, and implement rules with the new framework afterwards.

- [x] Convert load balancer resource implementation to plugin framework
- [x] Convert load balancer data source implementation to plugin framework