未验证 提交 67ce8385 编写于 作者: B Brendan Forster 提交者: GitHub

Merge pull request #2650 from jkodroff/patch-1

Remove tfvars files from Terraform.gitignore
...@@ -5,5 +5,8 @@ ...@@ -5,5 +5,8 @@
*.tfstate *.tfstate
*.tfstate.* *.tfstate.*
# .tfvars files # Ignore any .tfvars files that are generated automatically for each Terraform run. Most
*.tfvars # .tfvars files are managed as part of configuration and so should be included in
# version control.
#
# example.tfvars
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册