dir(Optional[String[1]])
— Path to Terraform project directory. Path is relative to CWD, unless an absolute path is specified.
state(Optional[String[1]])
— Path to read and save state. Defaults to "terraform.tfstate". Path is relative to "dir"
target(Optional[Variant[String[1], Array[String[1]]]])
— Resource to target. Operation will be limited to this resource and its dependencies. Accepts a single resource string or an array of resources
var(Optional[Hash])
— Set Terraform variables, expects a hash with key value pairs representing variables and values.
var_file(Optional[Variant[String[1], Array[String[1]]]])
— Set variables in the Terraform configuration from a file. Path is relative to "dir". Accepts a single var-file path or an array of paths
state_out(Optional[String[1]])
— Path to write state to that is different than "state". This can be used to preserve the old state.