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