Issue with Terraform builtin providers #11130
Labels
L: github:actions
GitHub Actions
L: go:modules
Golang modules
L: terraform
Terraform packages
T: bug 🐞
Something isn't working
Is there an existing issue for this?
Package ecosystem
Terraform
Package manager version
No response
Language version
No response
Manifest location and content before the Dependabot update
dependabot.yml content
Updated dependency
No response
What you expected to see, versus what you actually saw
I would expect Dependabot to be able to run through without any issues. What happens though is that it fails when trying the check for
builtin/terraform
provider. With this one I do not have a specified version, since it depends on installed version of Terraform anyway (I am using this provider forprovider::terraform::decode_tfvars
functionality).I also have some Terraform modules in private repositories and there is no problem there, only issue is with this
builtin/terraform
. Toward the end of logs I getHost does not support required Terraform-native service
, so I wonder if maybe this is simply not supported?Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
Smallest manifest that reproduces the issue
No response
The text was updated successfully, but these errors were encountered: