v0.8.3
🚀 Enhancements
use templatefile function instead of data resource @moperacz (#22)
what
instead of using deprecated (and not supported on new Macs) hashicorp/template provider use templatefile
function
why
This module is using provider hashicorp/template https://registry.terraform.io/providers/hashicorp/template/latest/docs#deprecation which is deprecated
Provider hashicorp/template does not work on darwin_arm64 platform.
references
closes #20