The-DevOps-Daily/terraform-provider-validatefx

Refactor in_list helpers into shared utilities

Open

#169 ouverte le 4 nov. 2025

Voir sur GitHub
 (2 commentaires) (0 réactions) (1 assigné)Go (25 forks)github user discovery
good first issuehacktoberfestrefactor

Métriques du dépôt

Stars
 (21 stars)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur