The-DevOps-Daily/terraform-provider-validatefx
Vedi su GitHubAdd not_in_list validator
Open
#278 aperta il 10 nov 2025
enhancementhacktoberfestlogical
Metriche repository
- Star
- (21 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
Implement a new provider::validatefx::not_in_list validator.
Description:
- Validate that a string does not match any value from a list.
Acceptance criteria:
- Subtask: Implement not_in_list validator in internal/validators
- Subtask: Add unit tests for not_in_list validator
- Subtask: Add not_in_list function to internal/functions package
- Subtask: Add unit tests for not_in_list function
- Subtask: Register not_in_list in registry.go
- Subtask: Add documentation in examples/functions/not_in_list/function.tf
- Subtask: Update docs table using make docs command
- Subtask: Add integration test in integration/main.tf