Hello, running terraform 1.5.7, resulting in error
Error: Incompatible provider version
│
│ Provider registry.opentofu.org/hashicorp/template v2.2.0 does not have a
│ package available for your current platform, linux_arm64.
I would like to use templatefile(). However, since state file has this hashicorp/template it’s erroring out in the plan when trying to install this provider.
Is there any way to avoid modifying the state file to update this and not prompt terraform plan to install hashicorp/template provider?