Difference between revisions of "Terraform workspace new"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
 +
* https://www.terraform.io/cli/commands/workspace/new
  
 
  terraform workspace new my_new_workspace
 
  terraform workspace new my_new_workspace
 
  Created and switched to workspace "my_new_workspace"!
 
  Created and switched to workspace "my_new_workspace"!
 
   
 
   
  You're now on a new, empty workspace. Workspaces isolate their state,
+
  You're now on a new, empty workspace. Workspaces isolate their state, so if you run "terraform plan" Terraform will not see any existing state for this configuration.
so if you run "terraform plan" Terraform will not see any existing state
 
for this configuration.
 
 
 
  
  
Line 27: Line 25:
 
     -state=path        Copy an existing state file into the new workspace.
 
     -state=path        Copy an existing state file into the new workspace.
  
 +
== Related ==
 +
* <code>[[terraform workspace list]]</code>
 +
* <code>[[$HOME/terraform.tfstate.d/your_workspace_name/]]</code>
  
 
== See also ==
 
== See also ==
* {{terraform cmd}}
+
* {{terraform workspace}}
* {{terraform}}
 
  
 
[[Category:Terraform]]
 
[[Category:Terraform]]

Latest revision as of 09:40, 2 April 2023

terraform workspace new my_new_workspace
Created and switched to workspace "my_new_workspace"!

You're now on a new, empty workspace. Workspaces isolate their state, so if you run "terraform plan" Terraform will not see any existing state for this configuration.


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.

Related[edit]

See also[edit]

Advertising: