The-DevOps-Daily/terraform-provider-validatefx
Vedi su GitHubRefactor in_list helpers into shared utilities
Open
#169 aperta il 4 nov 2025
good first issuehacktoberfestrefactor
Metriche repository
- Star
- (21 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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.