小编Lep*_*kem的帖子

Terraform:插件遇到错误,无法响应插件。(*GRPCProvider).ValidateProviderConfig 调用

The plugin logs may contain more details

\n

我正在尝试在 terraform 中的 aws 上的 eu-central-1 区域中部署 EKS 集群。\n我在这里做错了什么?\n这是我的提供商:

\n
provider "aws" {\n  region = "eu-central-1"\n}\n
Run Code Online (Sandbox Code Playgroud)\n
\xe2\x9d\xaf terraform validate\n\xe2\x95\xb7\n\xe2\x94\x82 Error: Plugin did not respond\n\xe2\x94\x82\n\xe2\x94\x82   with provider["registry.terraform.io/hashicorp/aws"],\n\xe2\x94\x82   on provider.tf line 1, in provider "aws":\n\xe2\x94\x82    1: provider "aws" {\n\xe2\x94\x82\n\xe2\x94\x82 The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).ValidateProviderConfig call. The plugin logs may contain more details.\n
Run Code Online (Sandbox Code Playgroud)\n

terraform terraform-provider-aws

13
推荐指数
2
解决办法
2万
查看次数

标签 统计

terraform ×1

terraform-provider-aws ×1