Adding gitignore to make sure the terraform non script assets are not committed

This commit is contained in:
Christopher Roberts 2020-08-11 09:29:39 -07:00
Родитель 898b22577e
Коммит 66ab0cb454
1 изменённых файлов: 11 добавлений и 0 удалений

11
.gitignore поставляемый Normal file
Просмотреть файл

@ -0,0 +1,11 @@
**/.terraform/*
*.tfstate
*.tfstate.*
crash.log
*.tfvars
override.tf
override.tf.json
*_override.tf
*_override.tf.json
.terraformrc
terraform.rc