The-DevOps-Daily/terraform-provider-validatefx
Vedi su GitHubAdd country_code validator
Open
#304 aperta il 10 nov 2025
enhancementhacktoberfestlocale
Metriche repository
- Star
- (21 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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