- 04 9月, 2018 1 次提交
-
-
由 Alastair Crabtree 提交于
* Fix Typo * Add example to include overrides
-
- 19 8月, 2018 1 次提交
-
-
由 Oussama BOUNAIM 提交于
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
-
- 26 5月, 2018 1 次提交
-
-
由 Tobi Fuhrimann 提交于
-
- 14 5月, 2018 1 次提交
-
-
由 Josh Kodroff 提交于
-
- 05 4月, 2018 1 次提交
-
-
由 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.
-
- 30 10月, 2017 1 次提交
-
-
由 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.
-
- 14 8月, 2017 1 次提交
-
-
由 Pei-lun 提交于
-
- 14 7月, 2017 1 次提交
-
-
由 Chris S 提交于
Added .tfvars file so for example AWS credentials aren't committed.
-
- 14 7月, 2016 1 次提交
-
-
- 27 2月, 2016 1 次提交
-
-
由 aaron caito 提交于
-