hashicorp/terraform-cdk

COMPONENT: tutorial doesn't work

Opened this issue · 2 comments

Expected Behavior

https://developer.hashicorp.com/terraform/tutorials/cdktf/cdktf-install should provide an easy start.

Actual Behavior

Error: Failed to query available provider packages

│ Could not retrieve the list of available versions for provider
│ hashicorp/docker: provider registry registry.terraform.io does not have a
│ provider named registry.terraform.io/hashicorp/docker

│ Did you intend to use kreuzwerker/docker? If so, you must specify that
│ source address in each module which requires that provider. To see which
│ modules are currently depending on hashicorp/docker, run the following
│ command:
│ terraform providers

Steps to Reproduce

Follow the tutorial: https://developer.hashicorp.com/terraform/tutorials/cdktf/cdktf-install

Versions

"cdktf": "0.20.0",

Providers

No response

Gist

No response

Possible Solutions

No response

Workarounds

No response

Anything Else?

No response

References

No response

Help Wanted

  • I'm interested in contributing a fix myself

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Hi @JamesNSmith 👋

Which exact command produced the error message you encountered?

Hi @ansgarm

The command that causes the error is cdktf get.