Terraform Apply

Deploying your Terraform code

The terraform apply command executes the actions proposed in a Terraform plan.

  • Deploys the instructions and statements in the code

  • Update the deployment state tracking mechanism file aka "state file"

Last updated