The-DevOps-Daily/terraform-provider-validatefx
Voir sur GitHubAdd country_code validator
Open
#304 ouverte le 10 nov. 2025
enhancementhacktoberfestlocale
Métriques du dépôt
- Stars
- (21 stars)
- Métriques de merge PR
- (Métriques PR en attente)
Description
Implement a new provider::validatefx::country_code validator.
Description:
- Validate ISO 3166-1 alpha-2 country codes.
Acceptance criteria:
- Subtask: Implement country_code validator in internal/validators
- Subtask: Add unit tests for country_code validator
- Subtask: Add country_code function to internal/functions package
- Subtask: Add unit tests for country_code function
- Subtask: Register country_code in registry.go
- Subtask: Add documentation in examples/functions/country_code/function.tf
- Subtask: Update docs table using make docs command
- Subtask: Add integration test in integration/main.tf