The-DevOps-Daily/terraform-provider-validatefx

Refactor in_list helpers into shared utilities

Open

#169 geöffnet am 4. Nov. 2025

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Go (25 Forks)github user discovery
good first issuehacktoberfestrefactor

Repository-Metriken

Stars
 (21 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide