Which of the following Terraform files should be ignored by Git when committing code to a repo? (select Three)
Which of the following Terraform files should be ignored by Git when committing code to a repo? (select Three)A . Files named exactly terraform.tfvars or terraform.tfvars.json.B . Any files with names ending in .auto.tfvars or .auto.tfvars.json.C . input.tfD . terraform.tfstateE . output.tfView AnswerAnswer: A, B, D Explanation: The .gitignore file...