The-DevOps-Daily/terraform-provider-validatefx
Vedi su GitHubAdd k8s_resource_name validator
Open
#299 aperta il 10 nov 2025
enhancementhacktoberfestk8s
Metriche repository
- Star
- (21 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
Implement a new provider::validatefx::k8s_resource_name validator.
Description:
- Validate Kubernetes resource names (DNS-1123 compliant, lowercase, max 63 chars).
Acceptance criteria:
- Subtask: Implement k8s_resource_name validator in internal/validators
- Subtask: Add unit tests for k8s_resource_name validator
- Subtask: Add k8s_resource_name function to internal/functions package
- Subtask: Add unit tests for k8s_resource_name function
- Subtask: Register k8s_resource_name in registry.go
- Subtask: Add documentation in examples/functions/k8s_resource_name/function.tf
- Subtask: Update docs table using make docs command
- Subtask: Add integration test in integration/main.tf