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