Coder Social home page Coder Social logo

Comments (16)

ankitm123 avatar ankitm123 commented on June 9, 2024

Actually, dont see an error (trying your main.tf file), now that I try it.

from terraform-aws-eks-jx.

ankitm123 avatar ankitm123 commented on June 9, 2024

Digging around a bit, seems like a weird bug with terraform:
hashicorp/terraform#24490
What is even more weird is that your main.tf works for me.
@stabenfeldt can you try this workaround, and let me know if it works;

module "eks-jx" {
  source  = "github.com/jenkins-x/terraform-aws-eks-jx"
}

output "vault_user_id" {
  value       = module.eks-jx.vault_user_id
  description = "The Vault IAM user id"
}

output "vault_user_secret" {
  value       = module.eks-jx.vault_user_secret
  description = "The Vault IAM user secret"
}

from terraform-aws-eks-jx.

stabenfeldt avatar stabenfeldt commented on June 9, 2024

Thanks for the suggestion @ankitm123, it worked better, but not entirely. :)
Here's the result using your main.tf

main.tf

  1 module "eks-jx" {
  2   source  = "github.com/jenkins-x/terraform-aws-eks-jx"
  3 }
  4
  5 output "vault_user_id" {
  6   value       = module.eks-jx.vault_user_id
  7   description = "The Vault IAM user id"
  8 }
  9
 10 output "vault_user_secret" {
 11   value       = module.eks-jx.vault_user_secret
 12   description = "The Vault IAM user secret"
 13 }

Output

Initializing modules...
Downloading terraform-aws-modules/eks/aws 10.0.0 for eks-jx.cluster.eks...
Downloading terraform-aws-modules/iam/aws 2.6.0 for eks-jx.cluster.iam_assumable_role_cert_manager...
Downloading terraform-aws-modules/iam/aws 2.6.0 for eks-jx.cluster.iam_assumable_role_cm_cainjector...
Downloading terraform-aws-modules/iam/aws 2.6.0 for eks-jx.cluster.iam_assumable_role_controllerbuild...
Downloading terraform-aws-modules/iam/aws 2.6.0 for eks-jx.cluster.iam_assumable_role_external_dns...
Downloading terraform-aws-modules/iam/aws 2.6.0 for eks-jx.cluster.iam_assumable_role_jxui...
Downloading terraform-aws-modules/iam/aws 2.6.0 for eks-jx.cluster.iam_assumable_role_tekton_bot...
Downloading terraform-aws-modules/vpc/aws 2.6.0 for eks-jx.cluster.vpc...

Error: Failed to download module

Could not download module "eks"
(.terraform/modules/eks-jx/modules/cluster/main.tf:54) source code from
"https://github.com/terraform-aws-modules/terraform-aws-eks/archive/v10.0.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "iam_assumable_role_cert_manager"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:181) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "iam_assumable_role_cm_cainjector"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:216) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "iam_assumable_role_controllerbuild"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:250) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "iam_assumable_role_external_dns"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:108) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.

Error: Failed to download module

Could not download module "iam_assumable_role_jxui"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:284) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "iam_assumable_role_tekton_bot"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:44) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "vpc"
(.terraform/modules/eks-jx/modules/cluster/main.tf:31) source code from
"https://github.com/terraform-aws-modules/terraform-aws-vpc/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "eks"
(.terraform/modules/eks-jx/modules/cluster/main.tf:54) source code from
"https://github.com/terraform-aws-modules/terraform-aws-eks/archive/v10.0.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "eks"
(.terraform/modules/eks-jx/modules/cluster/main.tf:54) source code from
"https://github.com/terraform-aws-modules/terraform-aws-eks/archive/v10.0.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "iam_assumable_role_cert_manager"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:181) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "eks"
(.terraform/modules/eks-jx/modules/cluster/main.tf:54) source code from
"https://github.com/terraform-aws-modules/terraform-aws-eks/archive/v10.0.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "iam_assumable_role_cert_manager"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:181) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "iam_assumable_role_cm_cainjector"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:216) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "eks"
(.terraform/modules/eks-jx/modules/cluster/main.tf:54) source code from
"https://github.com/terraform-aws-modules/terraform-aws-eks/archive/v10.0.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "iam_assumable_role_cert_manager"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:181) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "iam_assumable_role_cm_cainjector"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:216) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.

Error: Failed to download module

Could not download module "iam_assumable_role_controllerbuild"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:250) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "eks"
(.terraform/modules/eks-jx/modules/cluster/main.tf:54) source code from
"https://github.com/terraform-aws-modules/terraform-aws-eks/archive/v10.0.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "iam_assumable_role_cert_manager"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:181) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "iam_assumable_role_cm_cainjector"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:216) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "iam_assumable_role_controllerbuild"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:250) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.

Error: Failed to download module

Could not download module "iam_assumable_role_external_dns"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:108) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "eks"
(.terraform/modules/eks-jx/modules/cluster/main.tf:54) source code from
"https://github.com/terraform-aws-modules/terraform-aws-eks/archive/v10.0.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "iam_assumable_role_cert_manager"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:181) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "iam_assumable_role_cm_cainjector"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:216) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "iam_assumable_role_controllerbuild"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:250) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "iam_assumable_role_external_dns"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:108) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.

Error: Failed to download module

Could not download module "iam_assumable_role_jxui"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:284) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "eks"
(.terraform/modules/eks-jx/modules/cluster/main.tf:54) source code from
"https://github.com/terraform-aws-modules/terraform-aws-eks/archive/v10.0.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "iam_assumable_role_cert_manager"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:181) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "iam_assumable_role_cm_cainjector"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:216) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "iam_assumable_role_controllerbuild"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:250) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "iam_assumable_role_external_dns"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:108) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.

Error: Failed to download module

Could not download module "iam_assumable_role_jxui"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:284) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "iam_assumable_role_tekton_bot"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:44) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "eks"
(.terraform/modules/eks-jx/modules/cluster/main.tf:54) source code from
"https://github.com/terraform-aws-modules/terraform-aws-eks/archive/v10.0.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "iam_assumable_role_cert_manager"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:181) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "iam_assumable_role_cm_cainjector"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:216) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "iam_assumable_role_controllerbuild"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:250) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.

Error: Failed to download module

Could not download module "iam_assumable_role_external_dns"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:108) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "iam_assumable_role_jxui"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:284) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "iam_assumable_role_tekton_bot"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:44) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "vpc"
(.terraform/modules/eks-jx/modules/cluster/main.tf:31) source code from
"https://github.com/terraform-aws-modules/terraform-aws-vpc/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "eks"
(.terraform/modules/eks-jx/modules/cluster/main.tf:54) source code from
"https://github.com/terraform-aws-modules/terraform-aws-eks/archive/v10.0.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "iam_assumable_role_cert_manager"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:181) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.

Error: Failed to download module

Could not download module "iam_assumable_role_cm_cainjector"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:216) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "iam_assumable_role_controllerbuild"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:250) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "iam_assumable_role_external_dns"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:108) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "iam_assumable_role_jxui"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:284) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "iam_assumable_role_tekton_bot"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:44) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.

Error: Failed to download module

Could not download module "iam_assumable_role_cm_cainjector"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:216) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "iam_assumable_role_controllerbuild"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:250) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "iam_assumable_role_external_dns"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:108) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "iam_assumable_role_jxui"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:284) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.


Error: Failed to download module

Could not download module "iam_assumable_role_tekton_bot"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:44) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.

from terraform-aws-eks-jx.

ankitm123 avatar ankitm123 commented on June 9, 2024

Can you also try with TF_LOG=trace terraform init and post the output. This is clearly a terraform issue (not related to jx), we can hack it to make it work in ur case, but would be good to debug a bit more.

from terraform-aws-eks-jx.

stabenfeldt avatar stabenfeldt commented on June 9, 2024

TF_LOG=trace terraform init

2020/06/05 20:43:34 [INFO] Terraform version: 0.12.26  
2020/06/05 20:43:34 [INFO] Go runtime version: go1.13.11
2020/06/05 20:43:34 [INFO] CLI args: []string{"/usr/local/bin/terraform", "init"}
2020/06/05 20:43:34 [DEBUG] Attempting to open CLI config file: /Users/martins/.terraformrc
2020/06/05 20:43:34 Loading CLI configuration from /Users/martins/.terraformrc
2020/06/05 20:43:34 [INFO] Checkpoint disabled. Not running.
2020/06/05 20:43:34 [INFO] CLI command args: []string{"init"}
2020/06/05 20:43:34 [TRACE] ModuleInstaller: installing child modules for . into .terraform/modules
�[0m�[1mInitializing modules...�[0m
2020/06/05 20:43:34 [DEBUG] Module installer: begin eks-jx
2020/06/05 20:43:34 [TRACE] ModuleInstaller: Module installer: eks-jx <nil> already installed in .terraform/modules/eks-jx
2020/06/05 20:43:34 [DEBUG] Module installer: begin eks-jx.cluster
2020/06/05 20:43:34 [TRACE] ModuleInstaller: Module installer: eks-jx.cluster <nil> already installed in .terraform/modules/eks-jx/modules/cluster
2020/06/05 20:43:34 [DEBUG] Module installer: begin eks-jx.cluster.eks
2020/06/05 20:43:34 [TRACE] ModuleInstaller: eks-jx.cluster.eks is not yet installed
2020/06/05 20:43:34 [TRACE] ModuleInstaller: cleaning directory .terraform/modules/eks-jx.cluster.eks prior to install of eks-jx.cluster.eks
2020/06/05 20:43:34 [TRACE] ModuleInstaller: eks-jx.cluster.eks is a registry module at terraform-aws-modules/eks/aws
2020/06/05 20:43:34 [DEBUG] eks-jx.cluster.eks listing available versions of terraform-aws-modules/eks/aws at registry.terraform.io
2020/06/05 20:43:34 [DEBUG] Service discovery for registry.terraform.io at https://registry.terraform.io/.well-known/terraform.json
2020/06/05 20:43:34 [TRACE] HTTP client GET request to https://registry.terraform.io/.well-known/terraform.json
2020/06/05 20:43:35 [DEBUG] fetching module versions from "https://registry.terraform.io/v1/modules/terraform-aws-modules/eks/aws/versions"
2020/06/05 20:43:35 [DEBUG] GET https://registry.terraform.io/v1/modules/terraform-aws-modules/eks/aws/versions
2020/06/05 20:43:35 [TRACE] HTTP client GET request to https://registry.terraform.io/v1/modules/terraform-aws-modules/eks/aws/versions
2020/06/05 20:43:35 [DEBUG] found available version "12.0.0" for terraform-aws-modules/eks/aws
2020/06/05 20:43:35 [DEBUG] found available version "7.0.1" for terraform-aws-modules/eks/aws
2020/06/05 20:43:35 [DEBUG] found available version "8.1.0" for terraform-aws-modules/eks/aws
2020/06/05 20:43:35 [DEBUG] found available version "10.0.0" for terraform-aws-modules/eks/aws
2020/06/05 20:43:35 [DEBUG] found available version "11.1.0" for terraform-aws-modules/eks/aws
2020/06/05 20:43:35 [DEBUG] found available version "6.0.0" for terraform-aws-modules/eks/aws
2020/06/05 20:43:35 [DEBUG] found available version "5.1.0" for terraform-aws-modules/eks/aws
2020/06/05 20:43:35 [DEBUG] found available version "2.2.0" for terraform-aws-modules/eks/aws
2020/06/05 20:43:35 [DEBUG] found available version "11.0.0" for terraform-aws-modules/eks/aws
2020/06/05 20:43:35 [DEBUG] found available version "4.0.2" for terraform-aws-modules/eks/aws
2020/06/05 20:43:35 [DEBUG] found available version "5.0.0" for terraform-aws-modules/eks/aws
2020/06/05 20:43:35 [DEBUG] found available version "6.0.1" for terraform-aws-modules/eks/aws
2020/06/05 20:43:35 [DEBUG] found available version "8.0.0" for terraform-aws-modules/eks/aws
2020/06/05 20:43:35 [DEBUG] found available version "7.0.0" for terraform-aws-modules/eks/aws
2020/06/05 20:43:35 [DEBUG] found available version "8.2.0" for terraform-aws-modules/eks/aws
2020/06/05 20:43:35 [DEBUG] found available version "6.0.2" for terraform-aws-modules/eks/aws
2020/06/05 20:43:35 [DEBUG] found available version "9.0.0" for terraform-aws-modules/eks/aws
2020/06/05 20:43:35 [DEBUG] found available version "3.0.0" for terraform-aws-modules/eks/aws
2020/06/05 20:43:35 [DEBUG] found available version "4.0.0" for terraform-aws-modules/eks/aws
2020/06/05 20:43:35 [DEBUG] found available version "2.1.0" for terraform-aws-modules/eks/aws
2020/06/05 20:43:35 [DEBUG] found available version "2.3.0" for terraform-aws-modules/eks/aws
2020/06/05 20:43:35 [DEBUG] found available version "2.3.1" for terraform-aws-modules/eks/aws
2020/06/05 20:43:35 [DEBUG] found available version "4.0.1" for terraform-aws-modules/eks/aws
2020/06/05 20:43:35 [DEBUG] found available version "2.2.1" for terraform-aws-modules/eks/aws
2020/06/05 20:43:35 [DEBUG] found available version "2.0.0" for terraform-aws-modules/eks/aws
2020/06/05 20:43:35 [DEBUG] found available version "1.6.0" for terraform-aws-modules/eks/aws
2020/06/05 20:43:35 [DEBUG] found available version "1.8.0" for terraform-aws-modules/eks/aws
2020/06/05 20:43:35 [DEBUG] found available version "1.7.0" for terraform-aws-modules/eks/aws
2020/06/05 20:43:35 [DEBUG] found available version "1.2.0" for terraform-aws-modules/eks/aws
2020/06/05 20:43:35 [DEBUG] found available version "1.0.0" for terraform-aws-modules/eks/aws
2020/06/05 20:43:35 [DEBUG] found available version "1.3.0" for terraform-aws-modules/eks/aws
2020/06/05 20:43:35 [DEBUG] found available version "0.1.1" for terraform-aws-modules/eks/aws
2020/06/05 20:43:35 [DEBUG] found available version "0.2.0" for terraform-aws-modules/eks/aws
2020/06/05 20:43:35 [DEBUG] found available version "1.5.0" for terraform-aws-modules/eks/aws
2020/06/05 20:43:35 [DEBUG] found available version "1.4.0" for terraform-aws-modules/eks/aws
2020/06/05 20:43:35 [DEBUG] found available version "0.1.0" for terraform-aws-modules/eks/aws
2020/06/05 20:43:35 [DEBUG] found available version "1.1.0" for terraform-aws-modules/eks/aws
2020/06/05 20:43:35 [DEBUG] looking up module location from "https://registry.terraform.io/v1/modules/terraform-aws-modules/eks/aws/10.0.0/download"
2020/06/05 20:43:35 [DEBUG] GET https://registry.terraform.io/v1/modules/terraform-aws-modules/eks/aws/10.0.0/download
Downloading terraform-aws-modules/eks/aws 10.0.0 for eks-jx.cluster.eks...
2020/06/05 20:43:35 [TRACE] HTTP client GET request to https://registry.terraform.io/v1/modules/terraform-aws-modules/eks/aws/10.0.0/download
2020/06/05 20:43:35 [TRACE] ModuleInstaller: eks-jx.cluster.eks terraform-aws-modules/eks/aws 10.0.0 is available at "https://github.com/terraform-aws-modules/terraform-aws-eks/archive/v10.0.0.tar.gz//*?archive=tar.gz"
2020/06/05 20:43:35 [DEBUG] will download "https://github.com/terraform-aws-modules/terraform-aws-eks/archive/v10.0.0.tar.gz?archive=tar.gz" to .terraform/modules/eks-jx.cluster.eks
2020/06/05 20:43:35 [TRACE] fetching "https://github.com/terraform-aws-modules/terraform-aws-eks/archive/v10.0.0.tar.gz?archive=tar.gz" to ".terraform/modules/eks-jx.cluster.eks"
2020/06/05 20:43:35 [DEBUG] Module installer: begin eks-jx.cluster.iam_assumable_role_cert_manager
2020/06/05 20:43:35 [TRACE] ModuleInstaller: eks-jx.cluster.iam_assumable_role_cert_manager is not yet installed
2020/06/05 20:43:35 [TRACE] ModuleInstaller: cleaning directory .terraform/modules/eks-jx.cluster.iam_assumable_role_cert_manager prior to install of eks-jx.cluster.iam_assumable_role_cert_manager
2020/06/05 20:43:35 [TRACE] ModuleInstaller: eks-jx.cluster.iam_assumable_role_cert_manager is a registry module at terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc
2020/06/05 20:43:35 [DEBUG] eks-jx.cluster.iam_assumable_role_cert_manager listing available versions of terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc at registry.terraform.io
2020/06/05 20:43:35 [DEBUG] fetching module versions from "https://registry.terraform.io/v1/modules/terraform-aws-modules/iam/aws/versions"
2020/06/05 20:43:35 [DEBUG] GET https://registry.terraform.io/v1/modules/terraform-aws-modules/iam/aws/versions
2020/06/05 20:43:35 [TRACE] HTTP client GET request to https://registry.terraform.io/v1/modules/terraform-aws-modules/iam/aws/versions
2020/06/05 20:43:36 [DEBUG] found available version "2.6.0" for terraform-aws-modules/iam/aws
2020/06/05 20:43:36 [DEBUG] found available version "2.7.0" for terraform-aws-modules/iam/aws
2020/06/05 20:43:36 [DEBUG] found available version "2.10.0" for terraform-aws-modules/iam/aws
2020/06/05 20:43:36 [DEBUG] found available version "2.8.0" for terraform-aws-modules/iam/aws
2020/06/05 20:43:36 [DEBUG] found available version "2.3.0" for terraform-aws-modules/iam/aws
2020/06/05 20:43:36 [DEBUG] found available version "1.0.0" for terraform-aws-modules/iam/aws
2020/06/05 20:43:36 [DEBUG] found available version "2.9.0" for terraform-aws-modules/iam/aws
2020/06/05 20:43:36 [DEBUG] found available version "2.4.0" for terraform-aws-modules/iam/aws
2020/06/05 20:43:36 [DEBUG] found available version "0.0.6" for terraform-aws-modules/iam/aws
2020/06/05 20:43:36 [DEBUG] found available version "0.0.7" for terraform-aws-modules/iam/aws
2020/06/05 20:43:36 [DEBUG] found available version "2.1.0" for terraform-aws-modules/iam/aws
2020/06/05 20:43:36 [DEBUG] found available version "0.5.0" for terraform-aws-modules/iam/aws
2020/06/05 20:43:36 [DEBUG] found available version "0.4.0" for terraform-aws-modules/iam/aws
2020/06/05 20:43:36 [DEBUG] found available version "0.0.4" for terraform-aws-modules/iam/aws
2020/06/05 20:43:36 [DEBUG] found available version "2.5.0" for terraform-aws-modules/iam/aws
2020/06/05 20:43:36 [DEBUG] found available version "0.3.0" for terraform-aws-modules/iam/aws
2020/06/05 20:43:36 [DEBUG] found available version "2.0.0" for terraform-aws-modules/iam/aws
2020/06/05 20:43:36 [DEBUG] found available version "2.2.0" for terraform-aws-modules/iam/aws
2020/06/05 20:43:36 [DEBUG] found available version "0.0.3" for terraform-aws-modules/iam/aws
2020/06/05 20:43:36 [DEBUG] found available version "0.2.0" for terraform-aws-modules/iam/aws
2020/06/05 20:43:36 [DEBUG] found available version "0.1.0" for terraform-aws-modules/iam/aws
2020/06/05 20:43:36 [DEBUG] found available version "0.0.2" for terraform-aws-modules/iam/aws
2020/06/05 20:43:36 [DEBUG] found available version "0.0.5" for terraform-aws-modules/iam/aws
2020/06/05 20:43:36 [DEBUG] found available version "0.0.1" for terraform-aws-modules/iam/aws
2020/06/05 20:43:36 [DEBUG] looking up module location from "https://registry.terraform.io/v1/modules/terraform-aws-modules/iam/aws/2.6.0/download"
2020/06/05 20:43:36 [DEBUG] GET https://registry.terraform.io/v1/modules/terraform-aws-modules/iam/aws/2.6.0/download
2020/06/05 20:43:36 [TRACE] HTTP client GET request to https://registry.terraform.io/v1/modules/terraform-aws-modules/iam/aws/2.6.0/download
Downloading terraform-aws-modules/iam/aws 2.6.0 for eks-jx.cluster.iam_assumable_role_cert_manager...
2020/06/05 20:43:36 [TRACE] ModuleInstaller: eks-jx.cluster.iam_assumable_role_cert_manager terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc 2.6.0 is available at "https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz"
2020/06/05 20:43:36 [DEBUG] will download "https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz?archive=tar.gz" to .terraform/modules/eks-jx.cluster.iam_assumable_role_cert_manager
2020/06/05 20:43:36 [TRACE] fetching "https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz?archive=tar.gz" to ".terraform/modules/eks-jx.cluster.iam_assumable_role_cert_manager"
2020/06/05 20:43:36 [DEBUG] Module installer: begin eks-jx.cluster.iam_assumable_role_cm_cainjector
2020/06/05 20:43:36 [TRACE] ModuleInstaller: eks-jx.cluster.iam_assumable_role_cm_cainjector is not yet installed
2020/06/05 20:43:36 [TRACE] ModuleInstaller: cleaning directory .terraform/modules/eks-jx.cluster.iam_assumable_role_cm_cainjector prior to install of eks-jx.cluster.iam_assumable_role_cm_cainjector
2020/06/05 20:43:36 [TRACE] ModuleInstaller: eks-jx.cluster.iam_assumable_role_cm_cainjector is a registry module at terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc
2020/06/05 20:43:36 [TRACE] eks-jx.cluster.iam_assumable_role_cm_cainjector using already found available versions of terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc at registry.terraform.io
2020/06/05 20:43:36 [TRACE] ModuleInstaller: eks-jx.cluster.iam_assumable_role_cm_cainjector terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc 2.6.0 is available at "https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz"
2020/06/05 20:43:36 [DEBUG] will download "https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz?archive=tar.gz" to .terraform/modules/eks-jx.cluster.iam_assumable_role_cm_cainjector
2020/06/05 20:43:36 [TRACE] fetching "https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz?archive=tar.gz" to ".terraform/modules/eks-jx.cluster.iam_assumable_role_cm_cainjector"
Downloading terraform-aws-modules/iam/aws 2.6.0 for eks-jx.cluster.iam_assumable_role_cm_cainjector...
2020/06/05 20:43:37 [DEBUG] Module installer: begin eks-jx.cluster.iam_assumable_role_controllerbuild
2020/06/05 20:43:37 [TRACE] ModuleInstaller: eks-jx.cluster.iam_assumable_role_controllerbuild is not yet installed
2020/06/05 20:43:37 [TRACE] ModuleInstaller: cleaning directory .terraform/modules/eks-jx.cluster.iam_assumable_role_controllerbuild prior to install of eks-jx.cluster.iam_assumable_role_controllerbuild
2020/06/05 20:43:37 [TRACE] ModuleInstaller: eks-jx.cluster.iam_assumable_role_controllerbuild is a registry module at terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc
2020/06/05 20:43:37 [TRACE] eks-jx.cluster.iam_assumable_role_controllerbuild using already found available versions of terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc at registry.terraform.io
2020/06/05 20:43:37 [TRACE] ModuleInstaller: eks-jx.cluster.iam_assumable_role_controllerbuild terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc 2.6.0 is available at "https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz"
2020/06/05 20:43:37 [DEBUG] will download "https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz?archive=tar.gz" to .terraform/modules/eks-jx.cluster.iam_assumable_role_controllerbuild
2020/06/05 20:43:37 [TRACE] fetching "https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz?archive=tar.gz" to ".terraform/modules/eks-jx.cluster.iam_assumable_role_controllerbuild"
Downloading terraform-aws-modules/iam/aws 2.6.0 for eks-jx.cluster.iam_assumable_role_controllerbuild...
2020/06/05 20:43:37 [DEBUG] Module installer: begin eks-jx.cluster.iam_assumable_role_external_dns
2020/06/05 20:43:37 [TRACE] ModuleInstaller: eks-jx.cluster.iam_assumable_role_external_dns is not yet installed
2020/06/05 20:43:37 [TRACE] ModuleInstaller: cleaning directory .terraform/modules/eks-jx.cluster.iam_assumable_role_external_dns prior to install of eks-jx.cluster.iam_assumable_role_external_dns
2020/06/05 20:43:37 [TRACE] ModuleInstaller: eks-jx.cluster.iam_assumable_role_external_dns is a registry module at terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc
2020/06/05 20:43:37 [TRACE] eks-jx.cluster.iam_assumable_role_external_dns using already found available versions of terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc at registry.terraform.io
2020/06/05 20:43:37 [TRACE] ModuleInstaller: eks-jx.cluster.iam_assumable_role_external_dns terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc 2.6.0 is available at "https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz"
2020/06/05 20:43:37 [DEBUG] will download "https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz?archive=tar.gz" to .terraform/modules/eks-jx.cluster.iam_assumable_role_external_dns
2020/06/05 20:43:37 [TRACE] fetching "https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz?archive=tar.gz" to ".terraform/modules/eks-jx.cluster.iam_assumable_role_external_dns"
Downloading terraform-aws-modules/iam/aws 2.6.0 for eks-jx.cluster.iam_assumable_role_external_dns...
2020/06/05 20:43:38 [DEBUG] Module installer: begin eks-jx.cluster.iam_assumable_role_jxui
2020/06/05 20:43:38 [TRACE] ModuleInstaller: eks-jx.cluster.iam_assumable_role_jxui is not yet installed
2020/06/05 20:43:38 [TRACE] ModuleInstaller: cleaning directory .terraform/modules/eks-jx.cluster.iam_assumable_role_jxui prior to install of eks-jx.cluster.iam_assumable_role_jxui
2020/06/05 20:43:38 [TRACE] ModuleInstaller: eks-jx.cluster.iam_assumable_role_jxui is a registry module at terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc
2020/06/05 20:43:38 [TRACE] eks-jx.cluster.iam_assumable_role_jxui using already found available versions of terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc at registry.terraform.io
2020/06/05 20:43:38 [TRACE] ModuleInstaller: eks-jx.cluster.iam_assumable_role_jxui terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc 2.6.0 is available at "https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz"
2020/06/05 20:43:38 [DEBUG] will download "https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz?archive=tar.gz" to .terraform/modules/eks-jx.cluster.iam_assumable_role_jxui
2020/06/05 20:43:38 [TRACE] fetching "https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz?archive=tar.gz" to ".terraform/modules/eks-jx.cluster.iam_assumable_role_jxui"
Downloading terraform-aws-modules/iam/aws 2.6.0 for eks-jx.cluster.iam_assumable_role_jxui...
2020/06/05 20:43:39 [DEBUG] Module installer: begin eks-jx.cluster.iam_assumable_role_tekton_bot
2020/06/05 20:43:39 [TRACE] ModuleInstaller: eks-jx.cluster.iam_assumable_role_tekton_bot is not yet installed
2020/06/05 20:43:39 [TRACE] ModuleInstaller: cleaning directory .terraform/modules/eks-jx.cluster.iam_assumable_role_tekton_bot prior to install of eks-jx.cluster.iam_assumable_role_tekton_bot
2020/06/05 20:43:39 [TRACE] ModuleInstaller: eks-jx.cluster.iam_assumable_role_tekton_bot is a registry module at terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc
2020/06/05 20:43:39 [TRACE] eks-jx.cluster.iam_assumable_role_tekton_bot using already found available versions of terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc at registry.terraform.io
2020/06/05 20:43:39 [TRACE] ModuleInstaller: eks-jx.cluster.iam_assumable_role_tekton_bot terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc 2.6.0 is available at "https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz"
2020/06/05 20:43:39 [DEBUG] will download "https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz?archive=tar.gz" to .terraform/modules/eks-jx.cluster.iam_assumable_role_tekton_bot
2020/06/05 20:43:39 [TRACE] fetching "https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz?archive=tar.gz" to ".terraform/modules/eks-jx.cluster.iam_assumable_role_tekton_bot"
Downloading terraform-aws-modules/iam/aws 2.6.0 for eks-jx.cluster.iam_assumable_role_tekton_bot...
2020/06/05 20:43:39 [DEBUG] Module installer: begin eks-jx.cluster.vpc
2020/06/05 20:43:39 [TRACE] ModuleInstaller: eks-jx.cluster.vpc is not yet installed
2020/06/05 20:43:39 [TRACE] ModuleInstaller: cleaning directory .terraform/modules/eks-jx.cluster.vpc prior to install of eks-jx.cluster.vpc
2020/06/05 20:43:39 [TRACE] ModuleInstaller: eks-jx.cluster.vpc is a registry module at terraform-aws-modules/vpc/aws
2020/06/05 20:43:39 [DEBUG] eks-jx.cluster.vpc listing available versions of terraform-aws-modules/vpc/aws at registry.terraform.io
2020/06/05 20:43:39 [DEBUG] fetching module versions from "https://registry.terraform.io/v1/modules/terraform-aws-modules/vpc/aws/versions"
2020/06/05 20:43:39 [DEBUG] GET https://registry.terraform.io/v1/modules/terraform-aws-modules/vpc/aws/versions
2020/06/05 20:43:39 [TRACE] HTTP client GET request to https://registry.terraform.io/v1/modules/terraform-aws-modules/vpc/aws/versions
2020/06/05 20:43:40 [DEBUG] found available version "1.12.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.1.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.29.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.43.1" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.4.1" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.0.3" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.10.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.24.0-pre" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.39.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.20.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.63.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.47.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.0.4" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.5.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.4.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.48.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.1.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.33.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.3.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.54.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.35.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.69.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.29.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.62.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.2.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.9.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.70.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.21.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.36.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.16.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.17.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.4.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.49.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.50.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.0.2" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.43.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.60.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.65.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.3.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.61.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.10.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.22.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.68.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.18.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.36.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.31.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.0.1" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.13.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.6.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.11.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.43.2" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.67.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.23.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.15.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.11.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.19.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.5.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.16.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.28.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.53.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.33.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.9.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.6.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.72.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.8.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.21.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.17.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.9.1" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.23.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.38.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.59.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.22.1" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.42.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.38.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.19.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.0.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.5.1" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.41.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.18.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.30.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.25.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.8.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.52.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.57.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.22.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.30.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.27.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.34.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.35.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.20.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.58.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.25.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.7.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.14.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.12.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.28.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.55.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.71.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.44.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.14.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.37.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.24.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.56.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.34.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.45.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.46.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.2.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.40.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.32.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.66.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.15.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.13.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.7.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.51.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.37.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.32.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.0.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "2.26.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.31.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.26.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [DEBUG] found available version "1.64.0" for terraform-aws-modules/vpc/aws
2020/06/05 20:43:40 [TRACE] ModuleInstaller: eks-jx.cluster.vpc ignoring 1.24.0-pre because it is a pre-release and was not requested exactly
2020/06/05 20:43:40 [DEBUG] looking up module location from "https://registry.terraform.io/v1/modules/terraform-aws-modules/vpc/aws/2.6.0/download"
2020/06/05 20:43:40 [DEBUG] GET https://registry.terraform.io/v1/modules/terraform-aws-modules/vpc/aws/2.6.0/download
2020/06/05 20:43:40 [TRACE] HTTP client GET request to https://registry.terraform.io/v1/modules/terraform-aws-modules/vpc/aws/2.6.0/download
Downloading terraform-aws-modules/vpc/aws 2.6.0 for eks-jx.cluster.vpc...
2020/06/05 20:43:40 [TRACE] ModuleInstaller: eks-jx.cluster.vpc terraform-aws-modules/vpc/aws 2.6.0 is available at "https://github.com/terraform-aws-modules/terraform-aws-vpc/archive/v2.6.0.tar.gz//*?archive=tar.gz"
2020/06/05 20:43:40 [DEBUG] will download "https://github.com/terraform-aws-modules/terraform-aws-vpc/archive/v2.6.0.tar.gz?archive=tar.gz" to .terraform/modules/eks-jx.cluster.vpc
2020/06/05 20:43:40 [TRACE] fetching "https://github.com/terraform-aws-modules/terraform-aws-vpc/archive/v2.6.0.tar.gz?archive=tar.gz" to ".terraform/modules/eks-jx.cluster.vpc"
2020/06/05 20:43:40 [DEBUG] Module installer: begin eks-jx.dns
2020/06/05 20:43:40 [TRACE] ModuleInstaller: Module installer: eks-jx.dns <nil> already installed in .terraform/modules/eks-jx/modules/dns
2020/06/05 20:43:40 [DEBUG] Module installer: begin eks-jx.vault
2020/06/05 20:43:40 [TRACE] ModuleInstaller: Module installer: eks-jx.vault <nil> already installed in .terraform/modules/eks-jx/modules/vault
2020/06/05 20:43:40 [TRACE] modsdir: writing modules manifest to .terraform/modules/modules.json
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "eks"
(.terraform/modules/eks-jx/modules/cluster/main.tf:54) source code from
"https://github.com/terraform-aws-modules/terraform-aws-eks/archive/v10.0.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_cert_manager"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:181) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_cm_cainjector"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:216) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_controllerbuild"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:250) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_external_dns"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:108) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_jxui"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:284) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_tekton_bot"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:44) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "vpc"
(.terraform/modules/eks-jx/modules/cluster/main.tf:31) source code from
"https://github.com/terraform-aws-modules/terraform-aws-vpc/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "eks"
(.terraform/modules/eks-jx/modules/cluster/main.tf:54) source code from
"https://github.com/terraform-aws-modules/terraform-aws-eks/archive/v10.0.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "eks"
(.terraform/modules/eks-jx/modules/cluster/main.tf:54) source code from
"https://github.com/terraform-aws-modules/terraform-aws-eks/archive/v10.0.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_cert_manager"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:181) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "eks"
(.terraform/modules/eks-jx/modules/cluster/main.tf:54) source code from
"https://github.com/terraform-aws-modules/terraform-aws-eks/archive/v10.0.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_cert_manager"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:181) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_cm_cainjector"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:216) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "eks"
(.terraform/modules/eks-jx/modules/cluster/main.tf:54) source code from
"https://github.com/terraform-aws-modules/terraform-aws-eks/archive/v10.0.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_cert_manager"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:181) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_cm_cainjector"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:216) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_controllerbuild"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:250) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "eks"
(.terraform/modules/eks-jx/modules/cluster/main.tf:54) source code from
"https://github.com/terraform-aws-modules/terraform-aws-eks/archive/v10.0.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_cert_manager"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:181) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_cm_cainjector"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:216) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_controllerbuild"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:250) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_external_dns"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:108) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "eks"
(.terraform/modules/eks-jx/modules/cluster/main.tf:54) source code from
"https://github.com/terraform-aws-modules/terraform-aws-eks/archive/v10.0.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_cert_manager"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:181) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_cm_cainjector"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:216) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_controllerbuild"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:250) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_external_dns"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:108) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_jxui"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:284) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "eks"
(.terraform/modules/eks-jx/modules/cluster/main.tf:54) source code from
"https://github.com/terraform-aws-modules/terraform-aws-eks/archive/v10.0.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_cert_manager"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:181) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_cm_cainjector"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:216) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_controllerbuild"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:250) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_external_dns"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:108) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_jxui"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:284) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_tekton_bot"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:44) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "eks"
(.terraform/modules/eks-jx/modules/cluster/main.tf:54) source code from
"https://github.com/terraform-aws-modules/terraform-aws-eks/archive/v10.0.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_cert_manager"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:181) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_cm_cainjector"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:216) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_controllerbuild"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:250) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_external_dns"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:108) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_jxui"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:284) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_tekton_bot"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:44) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "vpc"
(.terraform/modules/eks-jx/modules/cluster/main.tf:31) source code from
"https://github.com/terraform-aws-modules/terraform-aws-vpc/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "eks"
(.terraform/modules/eks-jx/modules/cluster/main.tf:54) source code from
"https://github.com/terraform-aws-modules/terraform-aws-eks/archive/v10.0.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_cert_manager"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:181) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_cm_cainjector"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:216) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_controllerbuild"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:250) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_external_dns"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:108) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_jxui"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:284) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_tekton_bot"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:44) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "vpc"
(.terraform/modules/eks-jx/modules/cluster/main.tf:31) source code from
"https://github.com/terraform-aws-modules/terraform-aws-vpc/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "eks"
(.terraform/modules/eks-jx/modules/cluster/main.tf:54) source code from
"https://github.com/terraform-aws-modules/terraform-aws-eks/archive/v10.0.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_cert_manager"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:181) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_cm_cainjector"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:216) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_controllerbuild"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:250) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_external_dns"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:108) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_jxui"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:284) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "iam_assumable_role_tekton_bot"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:44) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m
�[31m
�[1m�[31mError: �[0m�[0m�[1mFailed to download module�[0m

�[0mCould not download module "vpc"
(.terraform/modules/eks-jx/modules/cluster/main.tf:31) source code from
"https://github.com/terraform-aws-modules/terraform-aws-vpc/archive/v2.6.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
�[0m�[0m

from terraform-aws-eks-jx.

ankitm123 avatar ankitm123 commented on June 9, 2024

Nothing stands out from those logs hmm...
Seems like you are having issues from other terraform modules as well (terraform-aws-vpc and terraform-aws-eks).
What do you see for

curl -LvO "https://github.com/jenkins-x/terraform-aws-eks-jx/archive/v1.0.5.tar.gz?archive=tar.gz"

Wonder if you can access codeload.github.com (the output from curl will show that).

from terraform-aws-eks-jx.

stabenfeldt avatar stabenfeldt commented on June 9, 2024

Here's the output from curl -LvO "https://github.com/jenkins-x/terraform-aws-eks-jx/archive/v1.0.5.tar.gz?archive=tar.gz"

 TCP_NODELAY set
* Connected to github.com (140.82.118.4) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*   CAfile: /etc/ssl/cert.pem
  CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
} [224 bytes data]
* TLSv1.2 (IN), TLS handshake, Server hello (2):
{ [108 bytes data]
* TLSv1.2 (IN), TLS handshake, Certificate (11):
{ [2971 bytes data]
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
{ [300 bytes data]
* TLSv1.2 (IN), TLS handshake, Server finished (14):
{ [4 bytes data]
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
} [37 bytes data]
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
} [1 bytes data]
* TLSv1.2 (OUT), TLS handshake, Finished (20):
} [16 bytes data]
* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
{ [1 bytes data]
* TLSv1.2 (IN), TLS handshake, Finished (20):
{ [16 bytes data]
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server accepted to use http/1.1
* Server certificate:
*  subject: C=US; ST=California; L=San Francisco; O=GitHub, Inc.; CN=github.com
*  start date: May  5 00:00:00 2020 GMT
*  expire date: May 10 12:00:00 2022 GMT
*  subjectAltName: host "github.com" matched cert's "github.com"
*  issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=DigiCert SHA2 High Assurance Server CA
*  SSL certificate verify ok.
> GET /jenkins-x/terraform-aws-eks-jx/archive/v1.0.5.tar.gz?archive=tar.gz HTTP/1.1
> Host: github.com
> User-Agent: curl/7.64.1
> Accept: */*
>
< HTTP/1.1 302 Found
< date: Sat, 06 Jun 2020 04:58:27 GMT
< content-type: text/html; charset=utf-8
< server: GitHub.com
< status: 302 Found
< vary: X-PJAX, Accept-Encoding, Accept, X-Requested-With, Accept-Encoding
< location: https://codeload.github.com/jenkins-x/terraform-aws-eks-jx/tar.gz/v1.0.5
< cache-control: max-age=0, private
< strict-transport-security: max-age=31536000; includeSubdomains; preload
< x-frame-options: deny
< x-content-type-options: nosniff
< x-xss-protection: 1; mode=block
< expect-ct: max-age=2592000, report-uri="https://api.github.com/_private/browser/errors"
< content-security-policy: default-src 'none'; base-uri 'self'; block-all-mixed-content; connect-src 'self' uploads.github.com www.githubstatus.com collector.githubapp.com api.github.com www.google-analytics.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com cdn.optimizely.com logx.optimizely.com/v1/events wss://live.github.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com; frame-ancestors 'none'; frame-src render.githubusercontent.com; img-src 'self' data: github.githubassets.com identicons.github.com collector.githubapp.com github-cloud.s3.amazonaws.com *.githubusercontent.com; manifest-src 'self'; media-src 'none'; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; worker-src github.com/socket-worker.js gist.github.com/socket-worker.js
< Content-Length: 138
< X-GitHub-Request-Id: D4D9:ED03:193884C:23FEC8C:5EDB2295
<
* Ignoring the response-body
{ [138 bytes data]
^M100   138  100   138    0     0    992      0 --:--:-- --:--:-- --:--:--   992
* Connection #0 to host github.com left intact
* Issue another request to this URL: 'https://codeload.github.com/jenkins-x/terraform-aws-eks-jx/tar.gz/v1.0.5'
*   Trying 140.82.112.10...
* TCP_NODELAY set
* Connected to codeload.github.com (140.82.112.10) port 443 (#1)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*   CAfile: /etc/ssl/cert.pem
  CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
} [233 bytes data]
* TLSv1.2 (IN), TLS handshake, Server hello (2):
{ [108 bytes data]
* TLSv1.2 (IN), TLS handshake, Certificate (11):
{ [2851 bytes data]
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
{ [300 bytes data]
* TLSv1.2 (IN), TLS handshake, Server finished (14):
{ [4 bytes data]
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
} [37 bytes data]
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
} [1 bytes data]
* TLSv1.2 (OUT), TLS handshake, Finished (20):
} [16 bytes data]
* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
{ [1 bytes data]
* TLSv1.2 (IN), TLS handshake, Finished (20):
{ [16 bytes data]
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server accepted to use http/1.1
* Server certificate:
*  subject: C=US; ST=California; L=San Francisco; O=GitHub, Inc.; CN=*.github.com
*  start date: Jul  8 00:00:00 2019 GMT
*  expire date: Jul 16 12:00:00 2020 GMT
*  subjectAltName: host "codeload.github.com" matched cert's "*.github.com"
*  issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=DigiCert SHA2 High Assurance Server CA
*  SSL certificate verify ok.
> GET /jenkins-x/terraform-aws-eks-jx/tar.gz/v1.0.5 HTTP/1.1
> Host: codeload.github.com
> User-Agent: curl/7.64.1
> Accept: */*
>
< HTTP/1.1 200 OK
< Access-Control-Allow-Origin: https://render.githubusercontent.com
< Content-Disposition: attachment; filename=terraform-aws-eks-jx-1.0.5.tar.gz
< Content-Security-Policy: default-src 'none'; style-src 'unsafe-inline'; sandbox
< Content-Type: application/x-gzip
< ETag: "6ee1baa0be4606f8c4e0dc81274dbae5bcf9e3763f7b86303e76c499478b8f7c"
< Strict-Transport-Security: max-age=31536000
< Vary: Authorization,Accept-Encoding
< X-Content-Type-Options: nosniff
< X-Frame-Options: deny
< X-XSS-Protection: 1; mode=block
< Date: Sat, 06 Jun 2020 04:59:02 GMT
< X-Varnish: 227957716
< Age: 0
< Via: 1.1 varnish (Varnish/6.0)
< X-Cache: HFM
< X-Cache-Hits: 0
< Accept-Ranges: bytes
< Transfer-Encoding: chunked
< X-GitHub-Request-Id: D4DA:3C92:237B:8C4B:5EDB2295
<
{ [616 bytes data]
^M100 21555    0 21555    0     0  26383      0 --:--:-- --:--:-- --:--:-- 26383
* Connection jenkins-x/jx#1 to host codeload.github.com left intact
* Closing connection 0
* Closing connection 1

from terraform-aws-eks-jx.

stabenfeldt avatar stabenfeldt commented on June 9, 2024

I noticed that the URL it tries to fetch has a missing element in the path, I think.
Eg v2.6.0.tar.gz//*?archive=tar.gz. Why is there a double / ?

"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz

$  curl  \
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz"

Not Found

From terraform init

Error: Failed to download module

Could not download module "iam_assumable_role_cert_manager"
(.terraform/modules/eks-jx/modules/cluster/irsa.tf:181) source code from
"https://github.com/terraform-aws-modules/terraform-aws-iam/archive/v2.6.0.tar.gz//*?archive=tar.gz":                                                                                                       bad response code: 404.

from terraform-aws-eks-jx.

munjalpatel avatar munjalpatel commented on June 9, 2024

I am also having the same issue. But only on Terraform Cloud.
On my local machine, terraform init works fine.

image

from terraform-aws-eks-jx.

jenkins-x-bot avatar jenkins-x-bot commented on June 9, 2024

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Provide feedback via https://jenkins-x.io/community.
/lifecycle stale

from terraform-aws-eks-jx.

jenkins-x-bot avatar jenkins-x-bot commented on June 9, 2024

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close.
Provide feedback via https://jenkins-x.io/community.
/lifecycle rotten

from terraform-aws-eks-jx.

jenkins-x-bot avatar jenkins-x-bot commented on June 9, 2024

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.
Provide feedback via https://jenkins-x.io/community.
/close

from terraform-aws-eks-jx.

jenkins-x-bot avatar jenkins-x-bot commented on June 9, 2024

@jenkins-x-bot: Closing this issue.

In response to this:

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.
Provide feedback via https://jenkins-x.io/community.
/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the jenkins-x/lighthouse repository.

from terraform-aws-eks-jx.

saikrishnamylaram avatar saikrishnamylaram commented on June 9, 2024

/remove-lifecycle rotten
i'm also getting same issue unable to download modules

�[0m�[0mCould not download module "bastion_security_group" (security_groups.tf:5)
�[31m│�[0m �[0msource code from
�[31m│�[0m �[0m"[email protected]:DXchange.io/devops/terraform-modules.git?ref=master": error
�[31m│�[0m �[0mdownloading
�[31m│�[0m �[0m'ssh://[email protected]/DXchange.io/devops/terraform-modules.git?ref=master':
�[31m│�[0m �[0m/usr/bin/git exited with 128: Cloning into
�[31m│�[0m �[0m'.terraform/modules/bastion_security_group'...
�[31m│�[0m �[0mremote:
�[31m│�[0m �[0mremote:
�[31m│�[0m �[0m========================================================================
�[31m│�[0m �[0mremote:
�[31m│�[0m �[0mremote: The project you were looking for could not be found or you don't
�[31m│�[0m �[0mhave permission to view it.
�[31m│�[0m �[0mremote:
�[31m│�[0m �[0mremote:
�[31m│�[0m �[0m========================================================================
�[31m│�[0m �[0mremote:
�[31m│�[0m �[0mfatal: Could not read from remote repository.
�[31m│�[0m �[0m
�[31m│�[0m �[0mPlease make sure you have the correct access rights
�[31m│�[0m �[0mand the repository exists.
�[31m│�[0m �[0m
�[31m╵�[0m�[0m
�[0m�[0m

from terraform-aws-eks-jx.

ankitm123 avatar ankitm123 commented on June 9, 2024

No idea, but ur logs show that it's trying to reach gitlab:
[31m│�[0m �[0m"[email protected]:DXchange.io/devops/terraform-modules.git?ref=master": error

So something to do with ur internal network, and not this module.

from terraform-aws-eks-jx.

saikrishnamylaram avatar saikrishnamylaram commented on June 9, 2024

from terraform-aws-eks-jx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.