Why should secrets not be hard coded into Terraform code? Choose two correct answers
Select all that apply, then click Submit answer.
-
○
All passwords should be rotated on a quarterly basis.
-
○
The Terraform code is copied to the target resources to be applied locally and could expose secrets if a target resource is compromised.
-
○
Terraform code is typically stored in version control, as well as copied to the systems from h it's run. Any of those may not have robust security mechanisms.
-
○
It makes the code less reusable.