Deploying your Terraform code
The terraform apply command executes the actions proposed in a Terraform plan.
terraform apply
Deploys the instructions and statements in the code
Update the deployment state tracking mechanism file aka "state file"
Last updated 2 years ago