ExamGecko
Question list
Search
Search

Question 83 - Terraform Associate 003 discussion

Report
Export

terraform validate confirms that your infrastructure matches the Terraform state file.

A.
True
Answers
A.
True
B.
False
Answers
B.
False
Suggested answer: B

Explanation:

terraform validate does not confirm that your infrastructure matches the Terraform state file.It only checks whether the configuration files in a directory are syntactically valid and internally consistent3. To confirm that your infrastructure matches the Terraform state file, you need to use terraform plan or terraform apply with the -refresh-only option.

asked 18/09/2024
Yener Yuksel
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first