Created
August 13, 2021 15:29
-
-
Save pecigonzalo/80b586232f124bcf63eee2e5911f7cae to your computer and use it in GitHub Desktop.
cdktf-get-m1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❯ cdktf get | |
⠇ downloading and generating modules and providers... | |
[2021-08-13T17:27:28.177] [ERROR] default - ╷ | |
│ Error: Incompatible provider version | |
│ | |
│ Provider registry.terraform.io/terraform-providers/docker v2.7.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. | |
╵ | |
╷ | |
│ Error: Incompatible provider version | |
│ | |
│ Provider registry.terraform.io/terraform-providers/docker v2.7.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. | |
╵ | |
Error: non-zero exit code 1 | |
at ChildProcess.<anonymous> (/opt/homebrew/Cellar/cdktf/0.5.0/libexec/lib/node_modules/cdktf-cli/lib/util.js:108:31) | |
at Object.onceWrapper (events.js:422:26) | |
at ChildProcess.emit (events.js:315:20) | |
at maybeClose (internal/child_process.js:1051:16) | |
at Socket.<anonymous> (internal/child_process.js:442:11) | |
at Socket.emit (events.js:315:20) | |
at Pipe.<anonymous> (net.js:671:12) { | |
stderr: '\x1B[31m\x1B[31m╷\x1B[0m\x1B[0m\n' + | |
'\x1B[31m│\x1B[0m \x1B[0m\x1B[1m\x1B[31mError: \x1B[0m\x1B[0m\x1B[1mIncompatible provider version\x1B[0m\n' + | |
'\x1B[31m│\x1B[0m \x1B[0m\n' + | |
'\x1B[31m│\x1B[0m \x1B[0m\x1B[0mProvider registry.terraform.io/terraform-providers/docker v2.7.2 does not\n' + | |
'\x1B[31m│\x1B[0m \x1B[0mhave a package available for your current platform, darwin_arm64.\n' + | |
'\x1B[31m│\x1B[0m \x1B[0m\n' + | |
'\x1B[31m│\x1B[0m \x1B[0mProvider releases are separate from Terraform CLI releases, so not all\n' + | |
'\x1B[31m│\x1B[0m \x1B[0mproviders are available for all platforms. Other versions of this provider\n' + | |
'\x1B[31m│\x1B[0m \x1B[0mmay have different platforms supported.\n' + | |
'\x1B[31m╵\x1B[0m\x1B[0m\n' + | |
'\x1B[0m\x1B[0m\n' | |
} | |
⠇ downloading and generating modules and providers... | |
non-zero exit code 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment