The-DevOps-Daily/terraform-provider-validatefx

Refactor in_list helpers into shared utilities

Open

#169 创建于 2025年11月4日

在 GitHub 查看
 (2 评论) (0 反应) (1 负责人)Go (25 fork)github user discovery
good first issuehacktoberfestrefactor

仓库指标

Star
 (21 star)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南