Skip to content

v0.8.4

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 27 Jul 14:22
be9efbc

🚀 Enhancements

fix: remove template provider from requirements @mehowthe (#25)

what

  • Remove not needed provider from requirements in versions.tf file

why

template was not removed from versions.tf in PR that replaced data "template_file" with built-in function templatefile

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