Which of the following Terraform files should be ignored by Git when committing code to a repo? (select two)

Which of the following Terraform files should be ignored by Git when committing code to a repo? (select two)
A . output.tf
B . terraform.tfstate
C . terraform.tfvars
D . variables.tf

Answer: B,C

Explanation:

The .gitignore file should be configured to ignore Terraform files that either contain sensitive data or aren’t required to save.

The terraform.tfstate file contains the terraform state of a specific environment and doesn’t need to be preserved in a repo. The terraform.tfvars file may contain sensitive data, such as passwords or IP addresses of an environment that you may not want to share with others.

Latest VA-002-P Dumps Valid Version with 200 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments