소스 검색

Minor imporvements to terraform ignore file

* Fix Typo
* Add example to include overrides
pull/2799/head
Alastair Crabtree 5 년 전
부모
커밋
a06382dcf8
No account linked to committer's email address
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…
취소
저장