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