Terraform import for DynamoDB table forces recreation of the table

Hello, I have successfully imported a DynamoDB table but when I am doing a plan, terraform is destroying back the table again and recreating it. The problem is I have data within the DynamoDB table making me impossible to delete the resource. Even when I have got the DynamoDB table imported in state file and use the same state file when doing a plan, it is showing recreation of the resource after destroying it. Please help!!!

1 Like

hey there, Im having access issue when doing terraform import for a dynamodb resource. I confirm that user i am using have dynamodb fullaccess and yet i get describetable permission issue. how you were able to do your import successfully?