The-DevOps-Daily/terraform-provider-validatefx
在 GitHub 查看Add non_boolean_string validator
Open
#314 建立於 2025年11月10日
enhancementhacktoberfestterraform
倉庫指標
- Star
- (21 star)
- PR 合併指標
- (PR 指標待抓取)
描述
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