The-DevOps-Daily/terraform-provider-validatefx
View on GitHubAdd not_equals validator
Open
#280 opened on Nov 10, 2025
enhancementhacktoberfestlogical
Repository metrics
- Stars
- (21 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Implement a new provider::validatefx::not_equals validator.
Description:
- Validate that two values are not equal.
Acceptance criteria:
- Subtask: Implement not_equals validator in internal/validators
- Subtask: Add unit tests for not_equals validator
- Subtask: Add not_equals function to internal/functions package
- Subtask: Add unit tests for not_equals function
- Subtask: Register not_equals in registry.go
- Subtask: Add documentation in examples/functions/not_equals/function.tf
- Subtask: Update docs table using make docs command
- Subtask: Add integration test in integration/main.tf