nerdexam
HashiCorp

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.

Implement and maintain state

Question

Which of the following is not supported backend types in Terra form?

Options

  • Aconsul
  • Bgcs
  • Cmanta
  • Dbitbucket

How the community answered

(48 responses)
  • A
    2% (1)
  • B
    2% (1)
  • C
    6% (3)
  • D
    90% (43)

Why each option

Bitbucket is not a supported Terraform backend type; supported backends include consul, gcs, and manta, among others.

Aconsul

Consul is a supported Terraform backend that stores state in HashiCorp Consul's key-value store, enabling locking and high availability.

Bgcs

GCS (Google Cloud Storage) is a supported Terraform backend that stores state in a Google Cloud Storage bucket with optional locking.

Cmanta

Manta (Triton Object Storage) is a supported Terraform backend for storing state in the Joyent Manta object storage service.

DbitbucketCorrect

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

#Terraform backends#Remote state#State management

Community Discussion

No community discussion yet for this question.

Full TA-002-P Practice