Q12 Single choice Mark for later Which option does not keep secret variable values out of Terraform configuration files? A Pass the secret values via a -var flag. B Pass the secret values as environment variables. C Store the secrets in a shared credentials file. D Configure the variable as sensitive. Correct answer