The-DevOps-Daily/terraform-provider-validatefx

Refactor in_list helpers into shared utilities

Open

#169 opened on 2025年11月4日

GitHub で見る
 (2 comments) (0 reactions) (1 assignee)Go (25 forks)github user discovery
good first issuehacktoberfestrefactor

Repository metrics

Stars
 (21 stars)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド