The-DevOps-Daily/terraform-provider-validatefx
View on GitHubAdd currency_code validator
Open
#305 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::currency_code validator.
Description:
- Validate ISO 4217 currency codes.
Acceptance criteria:
- Subtask: Implement currency_code validator in internal/validators
- Subtask: Add unit tests for currency_code validator
- Subtask: Add currency_code function to internal/functions package
- Subtask: Add unit tests for currency_code function
- Subtask: Register currency_code in registry.go
- Subtask: Add documentation in examples/functions/currency_code/function.tf
- Subtask: Update docs table using make docs command
- Subtask: Add integration test in integration/main.tf