瀏覽代碼

Exclude *.tfvars files (#3452)

Co-authored-by: Kevin Cochran <kcochran@hashicorp.com>
pull/3462/head
Kevin Cochran 3 年之前
父節點
當前提交
36ce3a894d
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 5 行新增4 行删除
  1. 5
    4
      Terraform.gitignore

+ 5
- 4
Terraform.gitignore 查看文件

@@ -8,11 +8,12 @@
# Crash log files
crash.log

# Ignore any .tfvars files that are generated automatically for each Terraform run. Most
# .tfvars files are managed as part of configuration and so should be included in
# version control.
# Exclude all .tfvars files, which are likely to contain sentitive 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.
#
# example.tfvars
*.tfvars

# Ignore override files as they are usually used to override resources locally and so
# are not checked in

Loading…
取消
儲存