terraform apply can runwithout explicitly running terraform plan first.
Running terraform plan before apply isrecommendedbutnot mandatory.
If no plan file is provided, terraform applyautomatically creates and executes a planbefore applying changes.
Official Terraform Documentation Reference:
terraform apply - HashiCorp Documentation
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit