Remove terraform-provider-template dependency #10020
Labels
service/emr
Issues and PRs that pertain to the emr service.
service/lambda
Issues and PRs that pertain to the lambda service.
service/rds
Issues and PRs that pertain to the rds service.
service/ssm
Issues and PRs that pertain to the ssm service.
technical-debt
Addresses areas of the codebase that need refactoring or redesign.
Milestone
Community Note
Description
There is limited usage of the
template_file
data source directly in our test configurations. Other than being an extra dependency with little benefit, most cases do not require the use of templating at all and can instead either use heredoc syntax or worst case the Terraform 0.12 built-intemplatefile()
function.Definition of Done
aws/resource_aws_db_instance_test.go
usage oftemplate_file
replaced or removedaws/resource_aws_emr_cluster_test.go
usage oftemplate_file
replaced or removedaws/resource_aws_lambda_function_test.go
usage oftemplate_file
replaced or removedaws/resource_aws_ssm_maintenance_window_task_test.go
usage oftemplate_file
replaced or removedaws/provider_test.go
template provider instantiation removedgithub.aaakk.us.kg/terraform-providers/terraform-provider-template
dependency removed fromgo.mod
,go mod tidy
andgo mod vendor
ranReferences
The text was updated successfully, but these errors were encountered: