TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Terraform releases template provider v2.0.0 (broke my terraform)

2 pointsby mrmattyboyover 6 years ago

1 comment

mrmattyboyover 6 years ago
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 &quot;template&quot; { version = &quot;1.0.0&quot; }</code></pre>