Open
Description
In enterprise environments all resources usually need to be created in a well known and documented way and they need to have a lifecycle that also allows destroying them easily. When I wanted to create the Digger DynamoDB lock table I found that the schema is not documented. I found them in the code so for me there is no more issue: https://github.com/diggerhq/digger/blob/develop/pkg/aws/dynamo_locking.go#L87
Please document the lock table requirements.
P.S.: Much more than some documentation I would appreciate a nice terraform module to create the table for me. ;-)
Activity