Difference between revisions of "Terraform workspace new"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
  
<pre>
 
terraform workspace new
 
Expected a single argument: NAME.
 
  
Usage: terraform [global options] workspace new [OPTIONS] NAME
+
[[terraform workspace]] new
 
+
Expected a single argument: NAME.
  Create a new Terraform workspace.
+
 
+
Usage: terraform [global options] workspace new [OPTIONS] NAME
Options:
+
 
+
  Create a new Terraform workspace.
    -lock=false        Don't hold a state lock during the operation. This is
+
                        dangerous if others might concurrently run commands
+
Options:
                        against the same workspace.
+
 
+
    -lock=false        Don't hold a state lock during the operation. This is
    -lock-timeout=0s    Duration to retry a state lock.
+
                        dangerous if others might concurrently run commands
 
+
                        against the same workspace.  
    -state=path        Copy an existing state file into the new workspace.
+
 
</pre>
+
    -lock-timeout=0s    Duration to retry a state lock.
 +
 +
    -state=path        Copy an existing state file into the new workspace.
  
  

Revision as of 04:10, 17 August 2021


terraform workspace new
Expected a single argument: NAME.

Usage: terraform [global options] workspace new [OPTIONS] NAME

  Create a new Terraform workspace.

Options:

    -lock=false         Don't hold a state lock during the operation. This is
                        dangerous if others might concurrently run commands
                        against the same workspace. 
 
    -lock-timeout=0s    Duration to retry a state lock.

    -state=path         Copy an existing state file into the new workspace.


See also

Advertising: