Add terraform-provider-kea #1
Reference in New Issue
Block a user
Delete Branch "benvin/initial"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Terraform/OpenTofu provider wrapping the kea-operator KeaAPI, modelled on terraform-provider-encapi.
https://claude.ai/code/session_01JUoARVdmhxKQHyyyp1pxeT
Terraform/OpenTofu provider wrapping the kea-operator KeaAPI, modelled on terraform-provider-encapi. - add kea_subnet and kea_clientclass resources with full CRUD over the PUT/GET/DELETE /api/v1/{subnets,clientclasses}/{name} contract - add provider config (endpoint + bearer token, KEA_API_TOKEN fallback); 404 on read removes the resource from state - add unit tests against httptest mock servers (client, wire round-trip, type conversions, schemas) - add Makefile (patch|minor|major + package) and .woodpecker CI mirroring terraform-provider-encapi; tag release PUTs the zip to the artifactapi terraform-unkin registry under unkin/kea Claude-Session: https://claude.ai/code/session_01JUoARVdmhxKQHyyyp1pxeT