Exam Terraform Associate All QuestionsBrowse all questions from this exam
Question 183

Why does this backend configuration not follow best practices?

    Correct Answer: A

    Storing credentials, such as access keys and secret keys, directly in a Terraform configuration file is not a best practice. This can lead to security risks, as sensitive information can be exposed in version control systems, logs, or to unauthorized users. Instead, credentials should be managed using more secure methods such as environment variables, AWS IAM roles, or secret management services.

Discussion
BurakkoOption: A

%100 A

depal_dhirOption: A

Access Key and Secret Key inside the config file? Really?

InformationOverloadOption: A

Nobrainer

kennynelconOption: A

A is the answer

AlandtOption: A

Easy come on, everyone should know this.

phidelicsOption: A

Never and never store your credentials in your terraform config