[Bug]: Error: The terraform-provider-aws_v4.61.0_x5 plugin crashed! interface conversion: interface {} is string, not []interface {} #30372
Labels
bug
Addresses a defect in current functionality.
crash
Results from or addresses a Terraform crash or kernel panic.
regression
Pertains to a degraded workflow resulting from an upstream patch or internal enhancement.
service/rds
Issues and PRs that pertain to the rds service.
Terraform Core Version
1.4.1
AWS Provider Version
4.61
Affected Resource(s)
aws_rds_cluster
aws_lambda_function
Though it seems to be an issue regardless of what's being changed.
Expected Behavior
Lambda should have updated in place with a new image.
Aurora should have updated it's master secret.
Actual Behavior
Terraform failure in CI/CD pipeline:
│ Error: Plugin did not respond
│
│ with aws_rds_cluster.this,
│ on 30-database.tf line 1, in resource "aws_rds_cluster" "this":
│ 1: resource "aws_rds_cluster" "this" {
│
│ The plugin encountered an error, and failed to respond to the
│ plugin.(*GRPCProvider).ApplyResourceChange call. The plugin logs may
│ contain more details.
╵
╷
│ Error: Plugin did not respond
│
│ with aws_lambda_function.data_retrieval,
│ on 50-service-data-fetcher.tf line 116, in resource "aws_lambda_function" "data_retrieval":
│ 116: resource "aws_lambda_function" "data_retrieval" {
│
│ The plugin encountered an error, and failed to respond to the
│ plugin.(*GRPCProvider).ApplyResourceChange call. The plugin logs may
│ contain more details.
╵
Stack trace from the terraform-provider-aws_v4.61.0_x5 plugin:
panic: interface conversion: interface {} is string, not []interface {}
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Not permitted to share, sorry.
Steps to Reproduce
It started with upgrading to v4.61. Doesn't seem to be resource specific.
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: