Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provider issues: source value is wrong; and no package available for darwin_arm64 #5

Open
jf opened this issue Nov 30, 2022 · 0 comments

Comments

@jf
Copy link
Contributor

jf commented Nov 30, 2022

hi as per subject, the README current states:

terraform {
  required_providers {
    pulumi = {
      version = "0.0.2"
      source  = "hashicorp.com/transcend-io/pulumi"
    }
  }
}

The source value is wong. It should be transcend-io/pulumi instead. Otherwise you get the following error:

│ Error: Invalid provider registry host
│
│ The host "hashicorp.com" given in in provider source address "hashicorp.com/transcend-io/pulumi" does not offer a Terraform provider registry.

After fixing the source value, you get this if you're on darwin_arm64:

│ Error: Incompatible provider version
│
│ Provider registry.terraform.io/transcend-io/pulumi v0.0.2 does not have a package available for your current platform, darwin_arm64.
│
│ Provider releases are separate from Terraform CLI releases, so not all providers are available for all platforms. Other versions of this provider may have different platforms supported.

Is it possible to release a darwin_arm64 version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant