Skip to content

v0.9.2

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 20 Jan 01:46
0960878

馃殌 Enhancements

Remove unused and deprecated `template` provider @sapslaj (#37)

what

  • Removes the template provider from required_providers

why

  • The template provider is deprecated by Hashicorp.
  • Said provider appears to be unused in this module (it works perfectly fine without it).
  • Trying to run Terraform on an M1 Mac with this module results in an error since the template provider does not have a darwin_arm64 build.

references