terraform¶Execute Terraform command for specified environment
usage: strong-opx terraform [-h] [--project PROJECT] [--env ENVIRONMENT] [-v {0,1,2,3}] [--traceback] command
Terraform command to execute. e.g. init, plan
show this help message and exit
Select project by its name. If missing, strong-opx will attempt to auto-select project based on current working directory and its parents and looking for presence of configured project
Environment name. If project has only one environment that will be auto selected
Verbosity level; 0=minimal output, 1=normal output, 2=verbose output, 3=very verbose output.
Raise instead of handling known exceptions
Note
This command is a thin wrapper around terraform. To pass additional arguments to terraform you can use the
-- separator. All arguments after -- will be passed as it is to terraform.