datetimeenhancementhacktoberfest
Repository metrics
- Stars
- (21 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Implement a new provider::validatefx::date validator.
Description:
- Validate that a string is a date in YYYY-MM-DD format.
Acceptance criteria:
- Subtask: Implement date validator in internal/validators
- Subtask: Add unit tests for date validator
- Subtask: Add date function to internal/functions package
- Subtask: Add unit tests for date function
- Subtask: Register date in registry.go
- Subtask: Add documentation in examples/functions/date/function.tf
- Subtask: Update docs table using make docs command
- Subtask: Add integration test in integration/main.tf