Open labrown opened 1 year ago
I added the following comment to issue #64 but am copying it here for more visibility...
At a glance, #57 fixes it the cleanest way.
The source_files
are not templates and do not need to be rendered in any way. I don't know why it was done that way in the beginning, but #40 continues to treat them as templates though it does switch to the built-in function. #65 removes the templating but is more complex using the local_file
data source.
The
template
provider is deprecated by Hashicorp. Remove the data resource calling the template function and use calls to the builtinfile
function in the lambda_zip resource.Issue #56:
Remove the
template_file t_file
data resource which uses thetemplate
function and update thelambda_zip
resource to call thefile
function to get the lambda script contents directly.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.