Amazon web services – Terraform : wait till the dynamodb table status is "Active"
I have some terraform code that will create the dynamodb table and inserts one item into that table. When I run terraform apply I am getting below error. It seems it going to insert the item before the dynamodb table…