Hacker News new | past | comments | ask | show | jobs | submit login
Terraform releases template provider v2.0.0 (broke my terraform) (github.com/terraform-providers)
2 points by mrmattyboy on Jan 15, 2019 | hide | past | favorite | 1 comment



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:

    provider "template" {
      version = "1.0.0"
    }




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: