-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
template provider and template_file data source should be replaced with templatefile #1017
Comments
We can't use the templatefile function for now without breaking some use cases. See #882 for info. Maybe hashicorp/terraform#24978 could help to solve that. 👀 |
lolsob, thanks :) Closing because there's not much you can do about this, apologies for missing previous work (I looked!) |
@barryib unfortunately there are not other options as template provider is not going to support terraform 0.14. hashicorp/terraform-provider-template#85 |
Hi, I have this issue with hashicorp/template : |
in v18 of this module we dont relly on that legacy provider so please update |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
I have issues
I'm submitting a...
What is the current behavior?
The eks module requires the
template
provider as a dependency, but it is archived/deprecated, with thetemplatefile
function replacing it (see https://registry.terraform.io/providers/hashicorp/template/latest/docs/data-sources/file)If this is a bug, how to reproduce? Please include a code sample if relevant.
data "template_file"
is used indata.tf
What's the expected behavior?
Using the more recent (as of 0.12) function instead
Are you able to fix this problem and submit a PR? Link here if you have already.
Environment details
12.2.0
0.13.3
Any other relevant info
The text was updated successfully, but these errors were encountered: