User Tools

Site Tools


using_terraform

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
using_terraform [2017/08/05 11:30] – [Terraform Plan] walkeradminusing_terraform [2017/08/05 11:45] walkeradmin
Line 1: Line 1:
 ====== Using Terraform ====== ====== Using Terraform ======
 +\\ 
 <color darkorange>Aug 2017</color> <color darkorange>Aug 2017</color>
 \\  \\ 
Line 8: Line 9:
 \\  \\ 
 \\  \\ 
 +
 +----
 +
 ==== Terraform Plan ==== ==== Terraform Plan ====
 +\\ 
 +\\ 
 The terraform plan command is used to create an execution plan. Terraform performs a refresh, unless explicitly disabled, and then determines what actions are necessary to achieve the desired state specified in the configuration files. The plan can be saved using -out, and then provided to terraform apply to ensure only the pre-planned actions are executed. The terraform plan command is used to create an execution plan. Terraform performs a refresh, unless explicitly disabled, and then determines what actions are necessary to achieve the desired state specified in the configuration files. The plan can be saved using -out, and then provided to terraform apply to ensure only the pre-planned actions are executed.
 \\  \\ 
Line 72: Line 78:
 ---- ----
 ==== Terraform Apply ==== ==== Terraform Apply ====
 +Before starting the Terraform apply option, I suggest you log in to your AWS account so that you can monitor the progress of the script. 
 +\\  
 +\\  
 +Here is my AWS account with no configured EC2 Instances. 
 +\\  
 +\\  
 +{{ :terraformaws_003.jpg?600 |}}
using_terraform.txt · Last modified: 2023/03/09 22:35 by 127.0.0.1