소스 검색

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
pull/2785/head
Oussama BOUNAIM 5 년 전
부모
커밋
70be586ce0
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6
    0
      Terraform.gitignore

+ 6
- 0
Terraform.gitignore 파일 보기

@@ -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…
취소
저장