kelvintaywl / terraform-provider-circleci

(Unofficial) Terraform Provider for CircleCI
https://registry.terraform.io/providers/kelvintaywl/circleci/latest
Mozilla Public License 2.0
12 stars 3 forks source link

Incompatible provider version #58

Closed michaelrode closed 7 months ago

michaelrode commented 7 months ago

Summary

Unable to use this provider due to Incompatible provider version.

tf --version
Terraform v0.15.5
on darwin_amd64
terraform {
  required_providers {
    circleci = {
      source  = "kelvintaywl/circleci"
    }
  }
}
╷
│ Error: Incompatible provider version
│
│ No compatible versions of provider registry.terraform.io/kelvintaywl/circleci were found.
╵
kelvintaywl commented 7 months ago

Hi @michaelrode

Given that Terraform v0.15.x is rather out of date, would you be able to upgrade to 1.x and see if the issue still persists?

ref: https://github.com/hashicorp/terraform/blob/v0.15/CHANGELOG.md

kelvintaywl commented 7 months ago

I’ll close this since there has been no follo-up. Let me know if this is still an issue after upgrading to Terraform v1.x on your Mac Intel.