The-DevOps-Daily/terraform-provider-validatefx
Vedi su GitHubAdd non_boolean_string validator
Open
#314 aperta il 10 nov 2025
enhancementhacktoberfestterraform
Metriche repository
- Star
- (21 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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