option D. init and B. apply are necessary to provision new infrastructure. remaining all plan, validate are optional. implicitly included in apply only
https://developer.hashicorp.com/terraform/intro/core-workflow
The core Terraform workflow has three steps:
Write - Author infrastructure as code.
Plan - Preview changes before applying.
Apply - Provision reproducible infrastructure.
You do not need to use "plan" indepently since "apply" automatically runs plan as well.
You can test it yourself by writing a configuration, running "init" and then "apply".
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.
Simplon
Highly Voted 1 year, 1 month ago090200f
Most Recent 3 months, 3 weeks agoTheShantyman
5 months, 3 weeks agoJas14
1 year, 1 month agoPikopo
1 year, 1 month agoseifskl
1 year, 4 months agoShakDaddy
1 year, 3 months agoJhaggar
1 year, 6 months agoPachecohete
1 year, 6 months agotabkar
1 year, 6 months agoOleg_gol
1 year, 6 months ago[Removed]
1 year, 5 months ago