The-DevOps-Daily/terraform-provider-validatefx
Auf GitHub ansehenAdd file_path validator
Open
#303 geöffnet am 10. Nov. 2025
enhancementfilesystemhacktoberfest
Repository-Metriken
- Stars
- (21 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
Implement a new provider::validatefx::file_path validator.
Description:
- Validate cross-platform file paths.
Acceptance criteria:
- Subtask: Implement file_path validator in internal/validators
- Subtask: Add unit tests for file_path validator
- Subtask: Add file_path function to internal/functions package
- Subtask: Add unit tests for file_path function
- Subtask: Register file_path in registry.go
- Subtask: Add documentation in examples/functions/file_path/function.tf
- Subtask: Update docs table using make docs command
- Subtask: Add integration test in integration/main.tf