The-DevOps-Daily/terraform-provider-validatefx
Vedi su GitHubAdd template_interpolation validator
Open
#313 aperta il 10 nov 2025
enhancementhacktoberfestterraform
Metriche repository
- Star
- (21 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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