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