terraform-associate question 323 discussion

View all HashiCorp Certified: Terraform Associate Exam here
back to hashicorp forum

Question 323

Terraform Enterprise (also referred to as pTFE) requires what type of backend database for a
clustered deployment?

  • A. PostgreSQL
  • B. Cassandra
  • C. MySQL
  • D. MSSQL
Answer:

A


Explanation:
External Services mode stores the majority of the stateful data used by the instance in an external
PostgreSQL database and an external S3-compatible endpoint or Azure blob storage. There is still
critical data stored on the instance that must be managed with snapshots. Be sure to check the
PostgreSQL Requirements for information that needs to be present for Terraform Enterprise to work.
This option is best for users with expertise managing PostgreSQL or users that have access to
managed PostgreSQL offerings like AWS RDS.

User Votes:
A 2 votes
50%
B
50%
C
50%
D
50%
Discussions
0 / 1000
sunil123
2 days, 1 hour ago

PostgreSQL