terraform-reference
terraform-reference copied to clipboard
DynamoDB deprecation warning
#!/bin/sh -eo pipefail
terraform init -input=false
Initializing the backend...
"lock_table": [DEPRECATED] please use the dynamodb_table attribute
let's fix this, and then propagate the fix to our other modules.