The-DevOps-Daily/terraform-provider-validatefx
Ver no GitHubAdd file_path validator
Open
#303 aberto em 10 de nov. de 2025
enhancementfilesystemhacktoberfest
Métricas do repositório
- Stars
- (21 stars)
- Métricas de merge de PR
- (Métricas PR pendentes)
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