Which of these options is the most secure place to store secrets foe connecting to a Terraform remote backend?
Which of these options is the most secure place to store secrets foe connecting to a Terraform remote backend?A . Defined in Environment variables B. Inside the backend block within the Terraform configuration C. Defined in a connection configuration outside of Terraform D. None of aboveView AnswerAnswer: A Explanation: https://www.terraform.io/language/settings/backends/configuration#credentials-and-sensitive-data...