terraform-aws-ecs-task-definition icon indicating copy to clipboard operation
terraform-aws-ecs-task-definition copied to clipboard

Template provider is deprecated

Open mateuszkwiatkowski opened this issue 2 years ago • 1 comments

This module still uses template provider despite it was archived back in 2020. The solution is to replace it with templatefile function.

https://github.com/mongodb/terraform-aws-ecs-task-definition/blob/d95413d9eb7f046aaa4b66c990680a0ad32d1ab3/main.tf#L90

mateuszkwiatkowski avatar Mar 21 '22 11:03 mateuszkwiatkowski

PR provided by @Skardian worked for me. Please merge. 👍

mateuszkwiatkowski avatar Sep 22 '22 19:09 mateuszkwiatkowski

Any ETA on this PR being merged? this module is the last in our infra that's hanging onto the hashicorp/template plugin.

djwaix avatar Jan 10 '23 23:01 djwaix