The-DevOps-Daily/terraform-provider-validatefx
Ver no GitHubAdd non_boolean_string validator
Open
#314 aberto em 10 de nov. de 2025
enhancementhacktoberfestterraform
Métricas do repositório
- Stars
- (21 stars)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
Implement a new provider::validatefx::non_boolean_string validator.
Description:
- Validate that a string is not a boolean-like literal (true or false).
Acceptance criteria:
- Subtask: Implement non_boolean_string validator in internal/validators
- Subtask: Add unit tests for non_boolean_string validator
- Subtask: Add non_boolean_string function to internal/functions package
- Subtask: Add unit tests for non_boolean_string function
- Subtask: Register non_boolean_string in registry.go
- Subtask: Add documentation in examples/functions/non_boolean_string/function.tf
- Subtask: Update docs table using make docs command
- Subtask: Add integration test in integration/main.tf