The-DevOps-Daily/terraform-provider-validatefx
View on GitHubAdd template_interpolation validator
Open
#313 opened on Nov 10, 2025
enhancementhacktoberfestterraform
Repository metrics
- Stars
- (21 stars)
- PR merge metrics
- (PR metrics pending)
Description
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