Skip to content

Commit

Permalink
TG-948 Fix gitignored tfvars (#235)
Browse files Browse the repository at this point in the history
* TG-948 Fix gitignored tfvars

* Restore default .gitignore and add warning against breaking settings.

---------

Co-authored-by: daniele20tab <[email protected]>
  • Loading branch information
filippo-20tab and daniele-20tab authored Mar 1, 2023
1 parent 7fbb0f0 commit 3746c7c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions {{cookiecutter.project_dirname}}/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@
crash.log
crash.*.log

# Warning: Please do not modify the following settings under any circumstances,
# as doing so will completely disrupt the functioning of Talos.

# Exclude all .tfvars files, which are likely to contain sensitive data, such as
# password, private keys, and other secrets. These should not be part of version
# control as they are data points which are potentially sensitive and subject
# to change depending on the environment.
*.tfvars
*.tfvars.json
# *.tfvars
# *.tfvars.json

# Ignore override files as they are usually used to override resources locally and so
# are not checked in
Expand Down Expand Up @@ -75,4 +78,8 @@ kubeconfig.yaml
# Environments
.env

# Exclude terraform.tfvars files, as they are chosen to be used only locally.
terraform.tfvars
terraform.tfvars.json

# END local

0 comments on commit 3746c7c

Please sign in to comment.