Please enable JavaScript.
Coggle requires JavaScript to display documents.
Terraform (Documentation (Commands (CLI) (apply (-backup=path (Path to the…

Terraform
-
-backup=path
Path to the backup file. Defaults to -state-out with the ".backup" extension. Disabled by setting to "-".
-
-
-
-
-
-refresh=true
Update the state for each resource prior to planning and applying. This has no effect if a plan file is given directly to apply.
-
-state-out=path
Path to write updated state file. By default, the -state path will be used. Ignored when remote state is used.
-target=resource
A Resource Address to target. Operation will be limited to this resource and its dependencies. This flag can be used multiple times.
-var 'foo=bar'
Set a variable in the Terraform configuration. This flag can be set multiple times. Variable values are interpreted as HCL, so list and map values can be specified via this flag.
-var-file=foo
Set variables in the Terraform configuration from a variable file. If "terraform.tfvars" is present, it will be automatically loaded first. Any files specified by -var-file override any values in a "terraform.tfvars". This flag can be used multiple times.
-
-
The command will list all created environments. The current environment will have an asterisk (*) next to it.
-
This command will create a new environment with the given name. This environment must not already exist.
-
-
-
By default, fmt scans the current directory for configuration files. If the dir argument is provided then it will scan that given directory instead. If dir is a single dash (-) then fmt will read from standard input (STDIN).
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-