What is the workflow for deploying new infrastructure with Terraform?
A.
Write Terraform configuration, run terraform init to initialize the working directory or workspace, and run terraform apply
B.
Write Terraform configuration, run terraform show to view proposed changes, and terraform apply to create new infrastructure
C.
Write Terraform configuration, run terraform apply to create infrastructure, use terraform validate to confirm Terraform deployed resources correctly
D.
Write Terraform configuration, run terraform plan to initialize the working directory or workspace, and terraform apply to create the infrastructure
After writing the config you need to run terraform init so it can download plugins etc. Terraform plan is optional. Hence A is the only correct answer.
upvoted 2 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
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.
Coursesh1
11 months, 4 weeks agoRamdi1
12 months ago