sethvargo/terraform-provider-googlecalendar

Provider not available for platform `darwin_arm64`?

Closed this issue · 1 comments

When trying to use this module on M1 Mac, with cdktf, I get:

$ cdktf get
⠹ downloading and generating modules and providers...
╷
│ Error: Incompatible provider version
│ 
│ Provider registry.terraform.io/sethvargo/googlecalendar v0.3.1 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.

Hi @dotansimha - I'm not actively maintaining this provider. It's more of an "example" anyway. If you need a specific build, I'd recommend compiling from source or forking and maintaining your own copy.