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
terraform apply
Applies the changes required to reach the state defined in your Terraform configuration. Can be run interactively or with a plan file.
Apply changes from a saved plan
terraform apply tfplan