The-DevOps-Daily/terraform-provider-validatefx
Voir sur GitHubAdd file_path validator
Open
#303 ouverte le 10 nov. 2025
enhancementfilesystemhacktoberfest
Métriques du dépôt
- Stars
- (21 stars)
- Métriques de merge PR
- (Métriques PR en attente)
Description
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