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, 5 months ago090200f
Most Recent 7 months, 2 weeks agoTheShantyman
9 months, 2 weeks agoJas14
1 year, 5 months agoPikopo
1 year, 5 months agoseifskl
1 year, 7 months agoShakDaddy
1 year, 7 months agoJhaggar
1 year, 10 months agoPachecohete
1 year, 10 months agotabkar
1 year, 10 months agoOleg_gol
1 year, 10 months ago[Removed]
1 year, 8 months ago