···11+# Created by https://www.toptal.com/developers/gitignore/api/ansible,terraform
22+# Edit at https://www.toptal.com/developers/gitignore?templates=ansible,terraform
33+44+### Ansible ###
55+*.retry
66+77+### Terraform ###
88+# Local .terraform directories
99+**/.terraform/*
1010+1111+# .tfstate files
1212+*.tfstate
1313+*.tfstate.*
1414+1515+# Crash log files
1616+crash.log
1717+crash.*.log
1818+1919+# Exclude all .tfvars files, which are likely to contain sensitive data, such as
2020+# password, private keys, and other secrets. These should not be part of version
2121+# control as they are data points which are potentially sensitive and subject
2222+# to change depending on the environment.
2323+*.tfvars
2424+*.tfvars.json
2525+2626+# Ignore override files as they are usually used to override resources locally and so
2727+# are not checked in
2828+override.tf
2929+override.tf.json
3030+*_override.tf
3131+*_override.tf.json
3232+3333+# Include override files you do wish to add to version control using negated pattern
3434+# !example_override.tf
3535+3636+# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
3737+# example: *tfplan*
3838+3939+# Ignore CLI configuration files
4040+.terraformrc
4141+terraform.rc
4242+4343+# End of https://www.toptal.com/developers/gitignore/api/ansible,terraform