瀏覽代碼

Minor imporvements to terraform ignore file

* Fix Typo
* Add example to include overrides
pull/2799/head
Alastair Crabtree 5 年之前
父節點
當前提交
a06382dcf8
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 6 行新增1 行删除
  1. 6
    1
      Terraform.gitignore

+ 6
- 1
Terraform.gitignore 查看文件

@@ -14,8 +14,13 @@ crash.log
#
# example.tfvars

# Ignore override files as they are usually used to override ressources locally
# Ignore override files as they are usually used to override resources locally and so
# are not checked in
override.tf
override.tf.json
*_override.tf
*_override.tf.json

# Include override files you do wish to add to version control using negated pattern
#
# !example_override.tf

Loading…
取消
儲存