diff --git a/src/templates/tools/terraform.gitignore b/src/templates/tools/terraform.gitignore new file mode 100644 index 0000000..76e78fb --- /dev/null +++ b/src/templates/tools/terraform.gitignore @@ -0,0 +1,29 @@ +# Terraform +*.tfstate +*.tfstate.* +*.tfvars +*.tfvars.json +crash.log +crash.*.log +*.secret +*.secret.* + +# Ignore override files as they are usually used to override resources locally and so +# !override.tf override.tf +# override.tf.json +# *.override.tf +# *.override.tf.json + +# Ignore CLI configuration files +.terraformrc +terraform.rc + +# Ignore lock files +.terraform.lock.hcl + +# IDE +.idea/ +*.iml +*.ipr +*.iws +.vscode/