Difference between revisions of "Terraform plan"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
<code>[[terraform]] plan</code> creates an execution plan.
+
<code>[[terraform]] plan</code> ([https://www.terraform.io/docs/cli/commands/plan.html doc]) creates an [[execution plan]].
* https://www.terraform.io/docs/cli/commands/plan.html
+
 
 
  {{terraform flow}}
 
  {{terraform flow}}
  
 
== Command examples ==
 
== Command examples ==
 
* <code>[[terraform plan --help]]</code>
 
* <code>[[terraform plan --help]]</code>
[[-no-color]]
+
* <code>[[-no-color]]</code>
 
* <code>terraform plan [[-out]]=tfplan.out</code>
 
* <code>terraform plan [[-out]]=tfplan.out</code>
 
* <code>terraform plan [[-out]]=[[tfplan]]</code>
 
* <code>terraform plan [[-out]]=[[tfplan]]</code>
Line 22: Line 22:
 
  -replace=ADDRESS
 
  -replace=ADDRESS
 
  [[terraform plan -target]]=ADDRESS
 
  [[terraform plan -target]]=ADDRESS
 +
 +
 +
tf plan 2>&1
  
 
== Execution examples ==
 
== Execution examples ==
 
* [[Examples: terraform plan]]  
 
* [[Examples: terraform plan]]  
 
* [[Terraform plan execution with errors]]
 
* [[Terraform plan execution with errors]]
 +
 +
== Errors ==
 +
* <code>[[Error: Reference to undeclared input variable]]</code>
 +
 +
 +
2024-07-03T13:44:35.311Z [WARN]  Provider "[[registry.terraform.io]]/datadog/datadog" produced an invalid plan for datadog_user.yourusers["yourusername"], but we are tolerating it because it is using the [[legacy plugin SDK]].
 +
    The following problems may be the cause of any confusing errors from downstream operations:
 +
      - .send_user_invitation: planned value cty.True for a non-computed ...
  
 
== Related terms ==
 
== Related terms ==
Line 35: Line 46:
 
* <code>[[terragrunt plan]]</code>
 
* <code>[[terragrunt plan]]</code>
 
* <code>[[terraform debug]]</code>
 
* <code>[[terraform debug]]</code>
* <code>[[Error: Reference to undeclared input variable]]</code>
 
 
* <code>[[export TF_LOG=DEBUG]]</code>
 
* <code>[[export TF_LOG=DEBUG]]</code>
 +
* [[ReferenceTransformer]]
 +
* <code>[[Plan: 0 to add, 0 to change, 0 to destroy.]]</code>
 +
* <code>[[terraform test]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 13:56, 3 July 2024

terraform plan (doc) creates an execution plan.

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

Command examples[edit]

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

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


tf plan 2>&1

Execution examples[edit]

Errors[edit]


2024-07-03T13:44:35.311Z [WARN]  Provider "registry.terraform.io/datadog/datadog" produced an invalid plan for datadog_user.yourusers["yourusername"], but we are tolerating it because it is using the legacy plugin SDK.
   The following problems may be the cause of any confusing errors from downstream operations:
     - .send_user_invitation: planned value cty.True for a non-computed ...

Related terms[edit]

See also[edit]

Advertising: