2021年1月23日星期六

Creating aws_dynamodb_table with terraform and localstack takes forever

I was testing how to setup terraform+localstack with the following configuration file https://github.com/wentao-daommo/aws-local/blob/master/local.tf

When I run command

terraform apply --auto-approve  

The log shows something like this forever!

aws_dynamodb_table.table_1: Still creating... [26m51s elapsed]  

I think something is wrong that causes table creation taking so long, and it never completed.

Anyone know this?

https://stackoverflow.com/questions/65867193/creating-aws-dynamodb-table-with-terraform-and-localstack-takes-forever January 24, 2021 at 12:43PM

没有评论:

发表评论