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