The-DevOps-Daily/terraform-provider-validatefx
在 GitHub 查看Add template_interpolation validator
Open
#313 创建于 2025年11月10日
enhancementhacktoberfestterraform
仓库指标
- Star
- (21 star)
- PR 合并指标
- (PR 指标待抓取)
描述
Implement a new provider::validatefx::template_interpolation validator.
Description:
- Validate Terraform interpolation syntax (e.g. ${var.foo}).
Acceptance criteria:
- Subtask: Implement template_interpolation validator in internal/validators
- Subtask: Add unit tests for template_interpolation validator
- Subtask: Add template_interpolation function to internal/functions package
- Subtask: Add unit tests for template_interpolation function
- Subtask: Register template_interpolation in registry.go
- Subtask: Add documentation in examples/functions/template_interpolation/function.tf
- Subtask: Update docs table using make docs command
- Subtask: Add integration test in integration/main.tf