The-DevOps-Daily/terraform-provider-validatefx
Ver no GitHubRefactor in_list helpers into shared utilities
Open
#169 aberto em 4 de nov. de 2025
good first issuehacktoberfestrefactor
Métricas do repositório
- Stars
- (21 stars)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
Centralize helper functions introduced for in_list (e.g., optional bool parsing) so other functions can reuse them.
Steps:
- Move generic helper logic to a shared internal package or existing common helper file.
- Update affected functions/tests to use the shared helpers.
- Add unit tests directly targeting the shared helpers for future regression protection.