HashiCorp Certified: Terraform Associate — Question 267

When you use a remote backend that needs authentication, HashiCorp recommends that you:

Answer options

Correct answer: A

Explanation

The correct answer is A because using partial configuration allows for loading sensitive authentication credentials securely without hardcoding them into the Terraform files. The other options, such as B, C, and D, either expose credentials or do not align with best practices for managing sensitive information.