Difference between revisions of "Terraform plan"

From wikieduonline
Jump to navigation Jump to search
Line 16: Line 16:
 
  -refresh=false
 
  -refresh=false
 
  -replace=ADDRESS
 
  -replace=ADDRESS
  -target=ADDRESS
+
  [[terraform plan -target]]=ADDRESS
  
 
== Execution examples ==
 
== Execution examples ==

Revision as of 17:13, 7 June 2022

terraform plan creates an execution plan.

 terraform init -> terraform plan ->  terraform apply -> terraform show

Command examples

https://www.terraform.io/cli/commands/plan#planning-options

-refresh=false
-replace=ADDRESS
terraform plan -target=ADDRESS

Execution examples

Terraform has compared your real infrastructure against your configuration and found no differences, so no changes are needed.

Related terms

See also

Advertising: