HashiCorp Certified: Terraform Associate — Question 40

How is the Terraform remote backend different than other state backends such as S3, Consul, etc.?

Answer options

Correct answer: A

Explanation

The correct answer is A because the Terraform remote backend provides the capability to run Terraform operations on dedicated infrastructure, either locally or through Terraform Cloud. Options B and C are incorrect as they do not specifically describe the unique functionalities of the remote backend compared to others; for instance, outputs can still be accessed in certain configurations.