Difference between revisions of "Terraform apply"
Jump to navigation
Jump to search
Line 33: | Line 33: | ||
* [[Deploy EKS cluster using Terraform]] | * [[Deploy EKS cluster using Terraform]] | ||
* <code>[[terragrunt run-all apply]]</code> | * <code>[[terragrunt run-all apply]]</code> | ||
+ | * [[aws instance.your instance name will be updated in-place]] | ||
== See also == | == See also == |
Revision as of 17:54, 16 March 2023
terraform init
->terraform plan
->terraform apply
->terraform show
Options
terraform apply
terraform apply --help
terraform apply -auto-approve
terraform apply --auto-approve
terraform apply -refresh-only
terraform apply -var="image_id=ami-abc123"
terraform apply -var="image_id=ami-abc123 -var="your_second_var=yourvalue"
terraform apply -var-file="your_file.tfvars"
terraform apply -destroy
terraform apply -replace="aws_instance.example[0]"
Only apply to specific resources:
Execution examples
Related terms
terraform show
main.tf, variables.tf
terraform init
terraform destroy
- Terraform: Hello world.tf
Error: failed to render
aws cloudformation deploy
- Deploy EKS cluster using Terraform
terragrunt run-all apply
- aws instance.your instance name will be updated in-place
See also
Advertising: