Difference between revisions of "Terraform apply"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(54 intermediate revisions by 7 users not shown)
Line 1: Line 1:
  [[terraform]] apply
+
{{lowercase}}
 +
* https://www.terraform.io/docs/cli/commands/apply.html
 +
  {{terraform flow}}
 +
== Options ==
 +
* <code>[[terraform]] apply</code>
 +
* <code>[[terraform apply --help]]</code>
 +
* <code>[[terraform apply -auto-approve]]</code>
 +
* <code>[[terraform apply -refresh-only]]</code>
 +
* <code>terraform apply [[-var]]="[[image_id]]=ami-abc123"</code>
 +
* <code>terraform apply [[-var]]="[[image_id]]=ami-abc123 [[-var]]="your_second_var=yourvalue"</code>
 +
* <code>terraform apply [[-var-file]]="your_file[[.tfvars]]"</code>
 +
* <code>[[terraform apply -destroy]]</code>
 +
* <code>[[terraform apply -replace]]="aws_instance.example[0]"</code>
  
terraform apply
+
Only apply to specific resources:
+
* <code>[[terraform apply -target]]</code>
│ Error: No configuration files
+
[[excluded]] related term
 
│ Apply requires configuration to be present. Applying without a configuration would mark
 
│ everything for destruction, which is normally not what is desired. If you would like to
 
│ destroy everything, run '[[terraform destroy]]' instead.
 
 
  
<pre>
+
== Execution examples ==
An execution plan has been generated and is shown below.
+
* <code>[[terraform apply: ec2 instance example (aws instance)]]</code>
Resource actions are indicated with the following symbols:
+
* <code>[[terraform apply: modifying ec2 instance size]]</code>
  
Terraform will perform the following actions:
+
* [[Terraform apply examples with errors]]
  
Plan: 0 to add, 0 to change, 0 to destroy.
+
== Related terms ==
 
+
* <code>[[terraform show]]</code>
Do you want to perform these actions?
+
* <code>[[main.tf]], [[variables.tf]]</code>
  Terraform will perform the actions described above.
+
* <code>[[terraform init]]</code>
  Only 'yes' will be accepted to approve.
+
* <code>[[terraform destroy]]</code>
 
+
* [[Terraform: Hello world.tf]]
  Enter a value: yes
+
* <code>[[Error: failed to render]]</code>
 
+
* <code>[[aws cloudformation deploy]]</code>
 
+
* [[Deploy EKS cluster using Terraform]]
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
+
* <code>[[terragrunt run-all apply]]</code>
 
+
* [[aws instance.your instance name will be updated in-place]]
Outputs:
 
 
 
text = hello world
 
</pre>
 
 
 
<pre>
 
terraform apply
 
 
 
Error: No configuration files found!
 
 
 
Apply requires configuration to be present. Applying without a configuration
 
would mark everything for destruction, which is normally not what is desired.
 
If you would like to destroy everything, please run 'terraform destroy' which
 
does not require any configuration files.
 
</pre>
 
 
 
== Related commands ==
 
* <code>[[terraform apply]] -var ‘myvar=football’</code>
 
  
 
== See also ==
 
== See also ==
* {{terraform cmd}}
+
* {{main.tf}}
* {{terraform}}
+
* {{terraform apply}}
  
 
[[Category:Terraform]]
 
[[Category:Terraform]]

Latest revision as of 21:07, 22 March 2023

Advertising: