You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If Terraform produced a panic, please provide a link to a GitHub Gist containing the output of the crash.log.
Expected Behavior
It should be possible to create a bundle which contains this provider using Terraform 0.13
Actual Behavior
Tool fails with an error stating that it cannot find a version of the provider in the provider registry at https://registry.terraform.io. Having looked myself, I agree that this provider isn't available from the provider registry and this can be further shown as the documentation for this provider is still hosted under https://www.terraform.io/docs/ rather than from the registry provider.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
build/run the terraform-bundle tool using the configuration above
Important Factoids
Documentation for this provider is still on the old site and this provider cannot be found manually in https://registry.terraform.io.
References
The text was updated successfully, but these errors were encountered:
My understanding is that terraform-providers is intended for temporary support during the move to registry.terraform.io. I just did something similar with 0.13's terraform providers mirror command and the following:
Terraform Version
0.13
Affected Resource(s)
terraform-bundle tool (https://github.com/hashicorp/terraform/tree/master/tools/terraform-bundle)
terraform -bundle Configuration File
Debug Output
Please provider a link to a GitHub Gist containing the complete debug output: https://www.terraform.io/docs/internals/debugging.html. Please do NOT paste the debug output in the issue; just paste a link to the Gist.
Panic Output
If Terraform produced a panic, please provide a link to a GitHub Gist containing the output of the
crash.log
.Expected Behavior
It should be possible to create a bundle which contains this provider using Terraform 0.13
Actual Behavior
Tool fails with an error stating that it cannot find a version of the provider in the provider registry at https://registry.terraform.io. Having looked myself, I agree that this provider isn't available from the provider registry and this can be further shown as the documentation for this provider is still hosted under https://www.terraform.io/docs/ rather than from the registry provider.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
Important Factoids
Documentation for this provider is still on the old site and this provider cannot be found manually in https://registry.terraform.io.
References
The text was updated successfully, but these errors were encountered: