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.

貢獻者指南