ExamGecko
Question list
Search
Search

Question 173 - Terraform Associate 003 discussion

Report
Export

All standard backend types support state locking, and remote operations like plan, apply, and destroy.

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

Explanation:

Not all standard backend types support state locking and remote operations like plan, apply, and destroy. For example, the local backend does not support remote operations and state locking. State locking is a feature that ensures that no two users can make changes to the state file at the same time, which is crucial for preventing race conditions. Remote operations allow running Terraform commands on a remote server, which is supported by some backends like remote or consul, but not all.

Terraform documentation on backends: Terraform Backends

Detailed backend support: Terraform Backend Types

asked 18/09/2024
Penny Chang
47 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first