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
Working with a new workspace with terraform cloud, since the plugin is self signed, the terraform cloud block the installation of the plugin , see the error below
Installed hashicorp/kubernetes v2.33.0 (signed by HashiCorp)
Installing argoproj-labs/argocd v7.0.3...
Installed argoproj-labs/argocd v7.0.3 (self-signed, key ID 6421DA8DFD8F48D0)
Installing hashicorp/aws v5.75.1...
Installed hashicorp/aws v5.75.1 (signed by HashiCorp)
Installing hashicorp/helm v2.16.1...
Installed hashicorp/helm v2.16.1 (signed by HashiCorp)
Partner and community providers are signed by their developers.
If you'd like to know more about provider signing, you can read about it here: https://www.terraform.io/docs/cli/plugins/signing.html
╷
│ Error: Failed to query available provider packages
│
│ Could not retrieve the list of available versions for provider
│ hashicorp/argocd: provider registry registry.terraform.io does not have a
│ provider named registry.terraform.io/hashicorp/argocd
│
│ Did you intend to use argoproj-labs/argocd? If so, you must specify that
│ source address in each module which requires that provider. To see which
│ modules are currently depending on hashicorp/argocd, run the following
│ command:
│ terraform providers
Terraform Version, ArgoCD Provider Version and ArgoCD Version
terraform {
required_version=">= 1.3"required_providers {
aws={
source ="hashicorp/aws"
version =">= 5.34"
}
helm={
source ="hashicorp/helm"
version =">= 2.9"
}
kubernetes={
source ="hashicorp/kubernetes"
version =">= 2.20"
}
argocd={
source ="argoproj-labs/argocd"
version ="7.0.3"
}
}
}
# Copy-paste your Terraform configurations here - for large Terraform configs,# please use a service like Dropbox and share a link to the ZIP file. For# security, you can also encrypt the files using our GPG public key.
Debug Output
Panic Output
Steps to Reproduce
Expected Behavior
Actual Behavior
Important Factoids
References
Community Note
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
The text was updated successfully, but these errors were encountered:
Working with a new workspace with terraform cloud, since the plugin is self signed, the terraform cloud block the installation of the plugin , see the error below
Initializing HCP Terraform...
Initializing modules...
Initializing provider plugins...
Partner and community providers are signed by their developers.
If you'd like to know more about provider signing, you can read about it here:
https://www.terraform.io/docs/cli/plugins/signing.html
╷
│ Error: Failed to query available provider packages
│
│ Could not retrieve the list of available versions for provider
│ hashicorp/argocd: provider registry registry.terraform.io does not have a
│ provider named registry.terraform.io/hashicorp/argocd
│
│ Did you intend to use argoproj-labs/argocd? If so, you must specify that
│ source address in each module which requires that provider. To see which
│ modules are currently depending on hashicorp/argocd, run the following
│ command:
│ terraform providers
Terraform Version, ArgoCD Provider Version and ArgoCD Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Steps to Reproduce
Expected Behavior
Actual Behavior
Important Factoids
References
Community Note
The text was updated successfully, but these errors were encountered: