The-DevOps-Daily/terraform-provider-validatefx
Ver no GitHubAdd time validator
Open
#291 aberto em 10 de nov. de 2025
datetimeenhancementhacktoberfest
Métricas do repositório
- Stars
- (21 stars)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
Implement a new provider::validatefx::time validator.
Description:
- Validate that a string is a time in HH:MM[:SS] format.
Acceptance criteria:
- Subtask: Implement time validator in internal/validators
- Subtask: Add unit tests for time validator
- Subtask: Add time function to internal/functions package
- Subtask: Add unit tests for time function
- Subtask: Register time in registry.go
- Subtask: Add documentation in examples/functions/time/function.tf
- Subtask: Update docs table using make docs command
- Subtask: Add integration test in integration/main.tf