Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

self signed key doesnot validate with terraform clouds #498

Open
JudaB opened this issue Nov 13, 2024 · 0 comments
Open

self signed key doesnot validate with terraform clouds #498

JudaB opened this issue Nov 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@JudaB
Copy link

JudaB commented Nov 13, 2024

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...

  • argo in ../modules/argo
    Initializing provider plugins...
  • Finding argoproj-labs/argocd versions matching "7.0.3"...
  • Finding hashicorp/aws versions matching ">= 5.34.0"...
  • Finding hashicorp/helm versions matching ">= 2.9.0"...
  • Finding hashicorp/kubernetes versions matching ">= 2.20.0"...
  • Finding latest version of hashicorp/argocd...
  • Installing hashicorp/kubernetes v2.33.0...
  • 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 version: 1.9.0  / 1.9.8 
ArgoCD provider version:  7.0.3
ArgoCD version:



Affected Resource(s)

Terraform Configuration Files

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
@JudaB JudaB added the bug Something isn't working label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant