Use of 2020 deprecated template provider causes failure to init TF module on all M-series Macs.
Bug
Description
terragrunt run-all init
fails on darwin_arm64 machine because no version of the template provider exists for this system. This is likely because this provider has not been updated since 2020 and is deprecated.
According to it's opentofu provider page, it appears most if not all of the templating it is used for in this module is superseded by the templatefile
terraform function.
BigBang Version
Latest.