The-DevOps-Daily/terraform-provider-validatefx
Auf GitHub ansehenAdd time-only validator
Open
#443 geöffnet am 24. Nov. 2025
datetimeenhancementhacktoberfest
Repository-Metriken
- Stars
- (21 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
Implement a validator for time strings without date components (HH:MM:SS format).
Requirements:
- Support 12h and 24h formats
- Optionally validate seconds and milliseconds
- Provide timezone support
- Add examples for schedule/cron-like validations