Contents
Roadmap info from [roadmap website](https://roadmap.sh/terraform/terraform apply@LDpj-LY_SOXzno04D-Y25)
terraform apply
is the command used to implement the changes defined in your Terraform configuration files. It creates, updates, or deletes the specified infrastructure resources to match the desired state. Before making changes, it shows a plan similar to terraform plan and prompts for confirmation, unless the -auto-approve flag is used. Apply updates the state file to reflect the current infrastructure state, enabling Terraform to track and manage resources over time. It handles dependencies between resources, creating them in the correct order.
Learn more from the following resources: