Difference between revisions of "Terraform plan"

From wikieduonline
Jump to navigation Jump to search
Line 24: Line 24:
  
 
== Related terms ==
 
== Related terms ==
* [[Terraform: Hello_world.tf]]
+
* [[Terraform examples]]: [[Terraform: Hello_world.tf]]
 
* [[GitLab]] Preview of summary of <code>terraform plan</code> in [[Merge Requests]] https://about.gitlab.com/releases/2020/05/22/gitlab-13-0-released/#review-summary-of-terraform-plan-in-merge-requests
 
* [[GitLab]] Preview of summary of <code>terraform plan</code> in [[Merge Requests]] https://about.gitlab.com/releases/2020/05/22/gitlab-13-0-released/#review-summary-of-terraform-plan-in-merge-requests
 
* <code>[[terraform validate]]</code>
 
* <code>[[terraform validate]]</code>

Revision as of 16:03, 6 September 2021

terraform plan creates an execution plan.

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

Examples

  • terraform plan
  • terraform plan -out=tfplan.out


No changes. Infrastructure is up-to-date

terraform plan
Refreshing Terraform state in-memory prior to plan...
The refreshed state will be used to calculate this plan, but will not be
persisted to local or remote state storage.
------------------------------------------------------------------------
No changes. Infrastructure is up-to-date. 

This means that Terraform did not detect any differences between your
configuration and real physical resources that exist. As a result, no
actions need to be performed.

Related terms

See also

Advertising: