terraform-kustomization-kubeflow icon indicating copy to clipboard operation
terraform-kustomization-kubeflow copied to clipboard

replace deprecated template provider with templatefile function

Open sepulworld opened this issue 1 year ago • 2 comments

replace deprecated template provider with templatefile function

The Template provider is deprecated and also doesn't have MacOS M1 binaries, so usage of this module with the deprecated provider on a macOS M1 was not possible.

This pull request replaces the provider with the templatefile function.

I also updated the example usage to point to the source of the module. This should make for a better local development / usage experience.

sepulworld avatar Aug 13 '22 21:08 sepulworld