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

23 comments
Sign in to comment
softarts
May 16, 2022

it is D

saryuOption: D
Jul 2, 2022

D is correct

geekneek
Aug 16, 2022

D, no doubt about it.

szl0144
Jun 21, 2022

D is correct

EltoothOption: D
Jun 30, 2022

D is correct answer.

wsyhOption: D
May 13, 2023

Vote D

prince1234
Jul 14, 2022

D is perfect .

cjig
Jul 15, 2022

D is correct answer.

stalosOption: D
Nov 25, 2022

It is D

denismaggior8Option: D
Nov 26, 2022

D is the answer

InformationOverloadOption: D
Dec 30, 2022

yes, D

Prasad28
Feb 8, 2023

D is Correct

Power123
Mar 28, 2023

D is correct

Chandru1988
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

tfdestroy
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.

Jayanth
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

kambarami
May 14, 2024

Its DDDD yes!

hrajkuma
Jul 12, 2024

vote for D

erifOption: D
Oct 7, 2024

Without any doubt.