Terraform Associate Exam QuestionsBrowse all questions from this exam

Terraform Associate Exam - Question 4


What is the workflow for deploying new infrastructure with Terraform?

Show Answer
Correct Answer: D

To deploy new infrastructure with Terraform, the standard workflow involves writing a Terraform configuration to define the desired infrastructure. Then, run terraform init to initialize the working directory, which downloads necessary providers and modules. After initialization, terraform plan is executed to create an execution plan, showing what changes will be made to match the configuration. Finally, terraform apply is used to apply the desired changes, thus creating the new infrastructure.

Discussion

17 comments
Sign in to comment
softartsOption: D
May 16, 2022

it is D

geekneekOption: D
Aug 15, 2022

D, no doubt about it.

wsyhOption: D
May 13, 2023

Vote D

stalosOption: D
Nov 25, 2022

It is D

denismaggior8Option: D
Nov 26, 2022

D is the answer

InformationOverloadOption: D
Dec 30, 2022

yes, D

Prasad28Option: D
Feb 8, 2023

D is Correct

Power123Option: D
Mar 28, 2023

D is correct

Chandru1988Option: D
May 10, 2023

Definitely its D

matthieu_chappazOption: D
Jul 18, 2023

D is the way

Busi57Option: D
Jul 23, 2023

D write init "plan" apply

tfdestroyOption: D
Jul 27, 2023

D = Write a Terraform configuration, run terraform init, run terraform plan to view planned infrastructure changes, and terraform apply to create new infrastructure.

JayanthOption: D
Jul 28, 2023

D. Write a Terraform configuration, run terraform init, run terraform plan to view planned infrastructure changes, and terraform apply to create new infrastructure.

anon1234Option: D
Nov 26, 2023

DDDDDDDDDD

enookOption: D
Jan 2, 2024

it's DDDDDDDDD

kambaramiOption: D
May 14, 2024

Its DDDD yes!

hrajkumaOption: D
Jul 12, 2024

vote for D