Why, B and C (init + apply) are correct, Plan is wrong, because plan alone doesn’t create resources.
Terraform Workflow Steps
Terraform init: sets up backend & providers. Mandatory before anything else.
Terraform plan: creates and shows you an execution plan. It’s read-only no infrastructure is changed yet. Think of it as a “preview” / dry-run.
Terraform apply: takes the plan and executes it, actually creating or modifying resources.
This is the step where provisioning happens.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
March2023
3Â weeks, 1Â day agof0f1e05
2Â months agobrugmany
1Â month, 4Â weeks agof0f1e05
1Â month, 4Â weeks ago