The-DevOps-Daily/terraform-provider-validatefx
Ver no GitHubAdd country_code validator
Open
#304 aberto em 10 de nov. de 2025
enhancementhacktoberfestlocale
Métricas do repositório
- Stars
- (21 stars)
- Métricas de merge de PR
- (Métricas PR pendentes)
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