Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam Terraform Associate topic 1 question 66 discussion

Actual exam question from HashiCorp's Terraform Associate
Question #: 66
Topic #: 1
[All Terraform Associate Questions]

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

  • A. True
  • B. False
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
Reference:
https://www.terraform.io/docs/language/settings/backends/remote.html

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
vadeemkaa
Highly Voted 1 year, 4 months ago
B. False Backend types: Enhanced Backend – Additional operations like plan, apply, etc. on remote. Standard backend – Simple State file storage and lock facility
upvoted 11 times
...
BaburTurk
Highly Voted 8 months, 1 week ago
Selected Answer: B
The answer is False. Not all standard backend types support state locking and remote operations. The following standard backend types do not support state locking: AzureRM AzureKeyVault Consul Docker Google Cloud Storage Kubernetes MySQL Oracle PostgreSQL Vault The following standard backend types support state locking but not remote operations: AWS S3
upvoted 7 times
krusty93
6 months, 3 weeks ago
Don't know the others, but AzureRM supports state locking: https://developer.hashicorp.com/terraform/language/settings/backends/azurerm
upvoted 2 times
...
...
kingfighers
Most Recent 1 month ago
Note: In Terraform versions before 1.1.0, we classified backends as standard or enhanced. The enhanced label differentiated the remote backend, which could both store state and perform Terraform operations. This classification has been removed. https://developer.hashicorp.com/terraform/language/settings/backends/configuration another deprecated feature and question..
upvoted 1 times
...
NashP
3 months ago
A. True Explanation: All standard backend types in Terraform support state storage, locking, and remote operations such as plan, apply, and destroy. Terraform backends are responsible for storing the Terraform state file, managing concurrent access to the state, and facilitating collaboration among team members. Different backend types may have additional features or considerations, but these fundamental capabilities are common across all standard backends.
upvoted 1 times
...
itstammy
3 months, 2 weeks ago
https://digitalvarys.com/complete-terraform-tutorial-part-6-terraform-backends/ its B
upvoted 1 times
...
MisterR0B0T
6 months ago
Terraform Documentation - Not all backends support locking. The documentation for each backend includes details about whether it supports locking or not.
upvoted 2 times
...
foreverlearner
10 months ago
This question is outdated https://developer.hashicorp.com/terraform/language/settings/backends/configuration : In Terraform versions before 1.1.0, we classified backends as standard or enhanced. The enhanced label differentiated the remote backend, which could both store state and perform Terraform operations. This classification has been removed. " "Some of these backends act like plain remote disks for state files, while others support locking the state while operations are being performed"
upvoted 2 times
...
Ni33
12 months ago
Selected Answer: A
AAAAAAAAAAAAA
upvoted 2 times
jerikoo
11 months, 4 weeks ago
yes, it's A. SOME of these backends act like plain remote disks for state files, while OTHERS support locking the state while operations are being performed. SO not ALL are LOCKING... A!
upvoted 1 times
jerikoo
11 months, 4 weeks ago
sorry, dyslexia, its B! :))
upvoted 2 times
...
...
...
Power123
1 year, 1 month ago
Answer is B
upvoted 2 times
...
agmesas
1 year, 2 months ago
B. Artefactory is a standard backend and has not locking feature. Also, etcd has not locking feature (only etcdv3).
upvoted 4 times
...
kopper2019
1 year, 8 months ago
Selected Answer: B
not all of them so False
upvoted 4 times
...
Ggggg23
1 year, 9 months ago
https://www.terraform.io/language/settings/backends/configuration "Some of these backends act like plain remote disks for state files, while others support locking the state while operations are being performed. This helps prevent conflicts and inconsistencies. The built-in backends listed are the only backends. You cannot load additional backends as plugins."
upvoted 2 times
...
Ahmad_Terraform
1 year, 9 months ago
Not all backend encrypt , B false = correct
upvoted 1 times
...
Eltooth
1 year, 10 months ago
Selected Answer: B
B is correct answer : False. "By default, Terraform uses a backend called local, which stores state as a local file on disk. You can also configure one of the built-in backends listed in the documentation sidebar. Some of these backends act like plain remote disks for state files, while others support locking the state while operations are being performed. This helps prevent conflicts and inconsistencies. The built-in backends listed are the only backends. You cannot load additional backends as plugins." https://www.terraform.io/language/settings/backends/configuration#available-backends
upvoted 4 times
...
HDDH
1 year, 10 months ago
Selected Answer: B
What Backends Do Backends primarily determine where Terraform stores its state. Terraform uses this persisted state data to keep track of the resources it manages. Since it needs the state in order to know which real-world infrastructure objects correspond to the resources in a configuration, everyone working with a given collection of infrastructure resources must be able to access the same state data. By default, Terraform implicitly uses a backend called local to store state as a local file on disk. Every other backend stores state in a remote service of some kind, which allows multiple people to access it. Accessing state in a remote service generally requires some kind of access credentials, since state data contains extremely sensitive information. Some backends act like plain "remote disks" for state files; others support locking the state while operations are being performed, which helps prevent conflicts and inconsistencies.
upvoted 4 times
...
stalk98
1 year, 11 months ago
answer is B
upvoted 2 times
...
bigboi23
1 year, 11 months ago
Selected Answer: B
Some backends act like plain "remote disks" for state files; others support locking the state while operations are being performed, which helps prevent conflicts and inconsistencies.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...