Open ququcana opened 1 year ago
Voting for Prioritization
Volunteering to Work on This Issue
Also happens with latest 5.13.1 in combination with terraform 1.5.4
This crash is originating in the upstream Terraform Plugin SDK V2, but may be caused by an inaccurate schema mapping somewhere in the aws_quicksight_data_set
resource. Specifically, this is occurring while trying to create a hash of the logical_table_map
:
Is it possible to share the structure of the logical table maps on the resource that is being imported? This might help to diagnose where the schema definition is incorrect.
Terraform Core Version
1.4.6
AWS Provider Version
4.67.0
Affected Resource(s)
aws_quicksight_data_set
Expected Behavior
Should be able to import a QuickSight DataSet.
Actual Behavior
and terraform-provider-aws_v4.67.0_x5 plugin crashed
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
terraform import aws_quicksight_data_set.planner_projects_employees_with_nearest_end 015469768957,prd_planner_projects_employees_with_nearest_end
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None