1. 07 7月, 2020 1 次提交
  2. 05 4月, 2020 1 次提交
  3. 14 3月, 2019 1 次提交
  4. 04 9月, 2018 1 次提交
  5. 19 8月, 2018 1 次提交
  6. 26 5月, 2018 1 次提交
  7. 14 5月, 2018 1 次提交
  8. 05 4月, 2018 1 次提交
    • J
      Remove tfvars files from Terraform.gitignore · 18bdb884
      Josh Kodroff 提交于
      `tfvars` files should not be gitignore-d as they are used to parameterize a Terraform root for multiple environments, e.g.:
      
      ```bash
      $ tree terraform/roots/vpc
      terraform/roots/vpc
      ├── env
      │   ├── production.tfvars
      │   ├── qa.tfvars
      │   └── staging.tfvars
      └── main.tf
      ```
      
      There may be a use case where a particular `tfvars` file should be ignored, but there's no naming convention I'm aware of to easily designate such a file.
      18bdb884
  9. 30 10月, 2017 1 次提交
    • H
      Update Terraform.gitignore · dca471d5
      Han Tuzun 提交于
      Improvements: 
      
       * `.terraform` directories could be created in any subdirectory when user runs `terraform init`.
       * Quite an interesting variations of`.tfstate` files are created by Terraform such as `.*.tfstate.d` or  `.*.tfstate.lock.info`. It's best not to name any file with `*.tfstate.*` pattern.
       * `*.tfvars` files often contain private data and not supposed to be committed.
      dca471d5
  10. 14 8月, 2017 1 次提交
  11. 14 7月, 2017 1 次提交
  12. 14 7月, 2016 1 次提交
  13. 27 2月, 2016 1 次提交