terraform/terraform-apply

Apply Terraform Changes

Apply changes to reach desired state

terraform
apply
execute

Command

terraform apply

Explanation

Applies the changes required to reach the state defined in your Terraform configuration. Can be run interactively or with a plan file.

Examples

Apply changes from a saved plan

terraform apply tfplan