If you are not pinning the version of the template provider (if not, all providers), this can be used in the tf file that is included during your terraform init:<p><pre><code> provider "template" {
version = "1.0.0"
}</code></pre>