Skip to content

Instantly share code, notes, and snippets.

@samyak-jain
Created October 15, 2021 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samyak-jain/520ec7510bcde5b63527c025ae23daed to your computer and use it in GitHub Desktop.
Save samyak-jain/520ec7510bcde5b63527c025ae23daed to your computer and use it in GitHub Desktop.
│ Error: Plugin did not respond
│ with aws_eip.asg-static-ip,
│ on dns.tf line 1, in resource "aws_eip" "asg-static-ip":
│ 1: resource "aws_eip" "asg-static-ip" {
│ The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).UpgradeResourceState call.
│ The plugin logs may contain more details.
│ Error: Plugin did not respond
│ with aws_ecs_task_definition.apps_tasks,
│ on nginx.tf line 1, in resource "aws_ecs_task_definition" "apps_tasks":
│ 1: resource "aws_ecs_task_definition" "apps_tasks" {
│ The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).UpgradeResourceState call.
│ The plugin logs may contain more details.
│ Error: Plugin did not respond
│ with aws_ecs_task_definition.vaultwarden_task,
│ on vaultwarden.tf line 38, in resource "aws_ecs_task_definition" "vaultwarden_task":
│ 38: resource "aws_ecs_task_definition" "vaultwarden_task" {
│ The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).UpgradeResourceState call.
│ The plugin logs may contain more details.
│ Error: Plugin did not respond
│ with module.asg.aws_launch_configuration.this[0],
│ on .terraform/modules/asg/main.tf line 36, in resource "aws_launch_configuration" "this":
│ 36: resource "aws_launch_configuration" "this" {
│ The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).ReadResource call. The
│ plugin logs may contain more details.
│ Error: Plugin did not respond
│ with module.ecs.aws_ecs_cluster.this[0],
│ on .terraform/modules/ecs/main.tf line 1, in resource "aws_ecs_cluster" "this":
│ 1: resource "aws_ecs_cluster" "this" {
│ The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).UpgradeResourceState call.
│ The plugin logs may contain more details.
│ Error: Plugin did not respond
│ with module.lambda_function_static_ip.aws_iam_role.lambda[0],
│ on .terraform/modules/lambda_function_static_ip/iam.tf line 93, in resource "aws_iam_role" "lambda":
│ 93: resource "aws_iam_role" "lambda" {
│ The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).UpgradeResourceState call.
│ The plugin logs may contain more details.
│ Error: Plugin did not respond
│ with module.lambda_function_static_ip.aws_cloudwatch_log_group.lambda[0],
│ on .terraform/modules/lambda_function_static_ip/main.tf line 141, in resource "aws_cloudwatch_log_group" "lambda":
│ 141: resource "aws_cloudwatch_log_group" "lambda" {
│ The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).UpgradeResourceState call.
│ The plugin logs may contain more details.
Releasing state lock. This may take a few moments...
Stack trace from the terraform-provider-aws_v3.62.0_x5 plugin:
panic: interface conversion: interface {} is nil, not *aws.AWSClient
goroutine 156 [running]:
github.com/terraform-providers/terraform-provider-aws/aws.resourceAwsLaunchConfigurationRead(0xc002434580, 0x0, 0x0, 0xbd80b00, 0xc00008a800)
/opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/hashicorp/terraform-provider-aws/aws/resource_aws_launch_configuration.go:562 +0x12b8
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Resource).read(0xc000d66700, 0x82bbfe8, 0xc0007ae200, 0xc002434580, 0x0, 0x0, 0x0, 0x0, 0x0)
/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/gdavison/terraform-plugin-sdk/v2@v2.7.1-0.20210913224932-c7c2dbd9e010/helper/schema/resource.go:335 +0x1ee
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Resource).RefreshWithoutUpgrade(0xc000d66700, 0x82bbfe8, 0xc0007ae200, 0xc001fb4150, 0x0, 0x0, 0xc00239e5e8, 0x0, 0x0, 0x0)
/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/gdavison/terraform-plugin-sdk/v2@v2.7.1-0.20210913224932-c7c2dbd9e010/helper/schema/resource.go:624 +0x1cb
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*GRPCProviderServer).ReadResource(0xc00000c690, 0x82bbfe8, 0xc0007ae200, 0xc0007ae240, 0xc0007ae200, 0x40b965, 0x7195340)
/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/gdavison/terraform-plugin-sdk/v2@v2.7.1-0.20210913224932-c7c2dbd9e010/helper/schema/grpc_provider.go:575 +0x43b
github.com/hashicorp/terraform-plugin-go/tfprotov5/server.(*server).ReadResource(0xc001331460, 0x82bc090, 0xc0007ae200, 0xc000b70120, 0xc001331460, 0xc002891b90, 0xc000f1cba0)
/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.3.0/tfprotov5/server/server.go:298 +0x105
github.com/hashicorp/terraform-plugin-go/tfprotov5/internal/tfplugin5._Provider_ReadResource_Handler(0x748c320, 0xc001331460, 0x82bc090, 0xc002891b90, 0xc000b700c0, 0x0, 0x82bc090, 0xc002891b90, 0xc002242380, 0x30f)
/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.3.0/tfprotov5/internal/tfplugin5/tfplugin5_grpc.pb.go:344 +0x214
google.golang.org/grpc.(*Server).processUnaryRPC(0xc0002956c0, 0x82dfcb8, 0xc0005b0180, 0xc002324a00, 0xc000eb04e0, 0xbd3ef90, 0x0, 0x0, 0x0)
/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/google.golang.org/grpc@v1.32.0/server.go:1194 +0x52b
google.golang.org/grpc.(*Server).handleStream(0xc0002956c0, 0x82dfcb8, 0xc0005b0180, 0xc002324a00, 0x0)
/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/google.golang.org/grpc@v1.32.0/server.go:1517 +0xd0c
google.golang.org/grpc.(*Server).serveStreams.func1.2(0xc00160acd0, 0xc0002956c0, 0x82dfcb8, 0xc0005b0180, 0xc002324a00)
/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/google.golang.org/grpc@v1.32.0/server.go:859 +0xab
created by google.golang.org/grpc.(*Server).serveStreams.func1
/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/google.golang.org/grpc@v1.32.0/server.go:857 +0x1fd
Error: The terraform-provider-aws_v3.62.0_x5 plugin crashed!
This is always indicative of a bug within the plugin. It would be immensely
helpful if you could report the crash with the plugin's maintainers so that it
can be fixed. The output above should help diagnose the issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment