Which of the follow...
 
Notifications
Clear all

Which of the following best describes the default local backend?

1 Posts
1 Users
0 Likes
223 Views
(@pochethurman)
Posts: 704
Noble Member
Topic starter
 

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 GCP.

Show Answer Hide Answer

Suggested 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
 
Posted : 23/10/2022 10:40 am

Latest TA-002-P V1 Dumps Valid Version

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