terraform-reference icon indicating copy to clipboard operation
terraform-reference copied to clipboard

DynamoDB deprecation warning

Open hakamadare opened this issue 8 years ago • 0 comments

#!/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.

hakamadare avatar Dec 01 '17 14:12 hakamadare