Update Terraform.gitignore
Ignore override files as they are usually used locally to override resources or variables without changing the code More info: https://www.terraform.io/docs/configuration/override.html
This commit is contained in:
parent
38b189d3b9
commit
70be586ce0
1 changed files with 6 additions and 0 deletions
|
|
@ -13,3 +13,9 @@ crash.log
|
|||
# version control.
|
||||
#
|
||||
# example.tfvars
|
||||
|
||||
# Ignore override files as they are usually used to override ressources locally
|
||||
override.tf
|
||||
override.tf.json
|
||||
*_override.tf
|
||||
*_override.tf.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue