Terraform Associate Exam QuestionsBrowse all questions from this exam

Terraform Associate Exam - Question 286


How is the Terraform cloud integration differ from other state backends such as S3, Consul, etc.?

Show Answer
Correct Answer: A

Terraform Cloud integration differs from other state backends such as S3, Consul, etc., because it can execute Terraform runs on dedicated infrastructure in Terraform Cloud. Traditional state backends primarily serve as storage mechanisms for Terraform state, while Terraform Cloud offers additional functionalities, including the ability to run Terraform commands (plan and apply) within its managed infrastructure.

Discussion

1 comment
Sign in to comment
Stargazer11Option: A
Nov 27, 2024

A. Terraform cloud runs plan and apply in its own infra B. Terraform cloud has nothing to do with outputs. all outputs are displayed by default C. Terraform cloud free tier is avaialable. D. False