Open
Description
Currently the calls to terraform use a hardcoded set of flags. There are some use cases where passing additional flags would be helpful, such as the -var/-var-file flags to provide different variables depending on the environment being targeted.
These extra flags could be specified in the samconfig.toml as tf_extra_args or something like that