ExamGecko
Question list
Search
Search

Question 170 - Terraform Associate 003 discussion

Report
Export

Which Terraform command checks that your configuration syntax is correct?

A.
terraform validate
Answers
A.
terraform validate
B.
terraform init
Answers
B.
terraform init
C.
terraform show
Answers
C.
terraform show
D.
terraform fmt
Answers
D.
terraform fmt
Suggested answer: A

Explanation:

The terraform validate command is used to check that your Terraform configuration files are syntactically valid and internally consistent. It is a useful command for ensuring your Terraform code is error-free before applying any changes to your infrastructure.

asked 18/09/2024
PATRICK ADUSEI
45 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first