Updated CLI args, config attributes and blocks
get_terraform_commands_that_need_locking()
Description
- Remove
init
from the list of commands returned byget_terraform_commands_that_need_locking()
, asinit
does not support locking, and as of Terraform 0.15, will exit with an error if you try to use the lock parameters with it.
Special thanks
- Thank you to @grimm26 for the fix!