Skip to content

v0.8.3

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 21 Jul 20:20
f31641c

🚀 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