v0.9.2
🚀 Enhancements
Remove unused and deprecated `template` provider @sapslaj (#37)
what
- Removes the
template
provider fromrequired_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 adarwin_arm64
build.