Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/wordpress/11.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
错误tls:crypto/x509:运行terraform计划时,Windows上的系统根池不可用_Terraform_Terraform Provider Aws_Infrastructure As Code - Fatal编程技术网

错误tls:crypto/x509:运行terraform计划时,Windows上的系统根池不可用

错误tls:crypto/x509:运行terraform计划时,Windows上的系统根池不可用,terraform,terraform-provider-aws,infrastructure-as-code,Terraform,Terraform Provider Aws,Infrastructure As Code,我在执行地形规划时遇到以下错误 Error: Error tls: crypto/x509: system root pool is not available on Windows │ │ with module.eks.module.eks.data.http.wait_for_cluster[0], │ on .terraform\modules\eks.eks\cluster.tf line 68, in data "http" "wait_for

我在执行地形规划时遇到以下错误

 Error: Error tls: crypto/x509: system root pool is not available on Windows
│
│   with module.eks.module.eks.data.http.wait_for_cluster[0],
│   on .terraform\modules\eks.eks\cluster.tf line 68, in data "http" "wait_for_cluster":
│   68: data "http" "wait_for_cluster" {
在Mac上,它工作正常,但在windows机器上不工作,请查看terraform的版本和提供商正在使用中

Terraform v0.15.4
on windows_amd64
+ provider registry.terraform.io/hashicorp/aws v3.40.0
+ provider registry.terraform.io/hashicorp/cloudinit v2.2.0
+ provider registry.terraform.io/hashicorp/helm v2.1.2
+ provider registry.terraform.io/hashicorp/kubernetes v2.2.0
+ provider registry.terraform.io/hashicorp/local v2.1.0
+ provider registry.terraform.io/hashicorp/null v3.1.0
+ provider registry.terraform.io/hashicorp/random v3.1.0
+ provider registry.terraform.io/hashicorp/template v2.2.0
+ provider registry.terraform.io/terraform-aws-modules/http v2.4.0
任何线索,是什么导致了这个问题。我所要做的就是使用这个链接建立一个EKS集群