TA-002-P · Question #393
Which of the following is not supported backend types in Terra form?
The correct answer is D. bitbucket. Bitbucket is not a supported Terraform backend type; supported backends include consul, gcs, and manta, among others.
Question
Which of the following is not supported backend types in Terra form?
Options
- Aconsul
- Bgcs
- Cmanta
- Dbitbucket
How the community answered
(48 responses)- A2% (1)
- B2% (1)
- C6% (3)
- D90% (43)
Why each option
Bitbucket is not a supported Terraform backend type; supported backends include consul, gcs, and manta, among others.
Consul is a supported Terraform backend that stores state in HashiCorp Consul's key-value store, enabling locking and high availability.
GCS (Google Cloud Storage) is a supported Terraform backend that stores state in a Google Cloud Storage bucket with optional locking.
Manta (Triton Object Storage) is a supported Terraform backend for storing state in the Joyent Manta object storage service.
Terraform's built-in backend types are limited to specific storage systems such as s3, azurerm, gcs, consul, manta, pg, http, and kubernetes. Bitbucket is a source code hosting platform and has never been included as a supported remote state backend in any version of Terraform.
Concept tested: Supported Terraform remote state backend types
Source: https://developer.hashicorp.com/terraform/language/settings/backends/configuration
Topics
Community Discussion
No community discussion yet for this question.