```sh #!/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.
let's fix this, and then propagate the fix to our other modules.