The-DevOps-Daily/terraform-provider-validatefx
GitHub で見るAdd country_code validator
Open
#304 opened on 2025年11月10日
enhancementhacktoberfestlocale
Repository metrics
- Stars
- (21 stars)
- PR merge metrics
- (PR metrics pending)
説明
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