Updated CLI args, config attributes and blocks
remote_state
Description
The lock_table
attribute for the s3 remote state backend is now marked as deprecated and terragrunt will automatically convert it to the preferred dynamodb_table
attribute. This means that existing configurations using the lock_table
attribute will need to be reinitialized.
Special thanks
Special thanks to @kwilczynski for their contribution!