Which of the following best describes the default local backend?

Which of the following best describes the default local backend?
A . The local backend is where Terraform Enterprise stores logs to be processed by an log collector.
B . The local backend stores state on the local filesystem, locks the state using system APIs, and performs operations locally.
C . The local backend is the directory where resources deployed by Terraform have direct access to in order to update their current state.
D . The local backend is how Terraform connects to public cloud services, such as AWS, Azure, or GC

Answer: B

Explanation:

The local backend stores state on the local filesystem, locks that state using system APIs, and performs operations locally.

terraform {

backend "local" {

path = "relative/path/to/terraform.tfstate"

}

}

https://www.terraform.io/docs/backends/types/local.html

Latest TA-002-P Dumps Valid Version with 324 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments