diff --git a/Terraform.gitignore b/Terraform.gitignore index 9b5aebb1..1fef4ab9 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -1,10 +1,9 @@ -# Compiled files +# Local .terraform directories +**/.terraform/* + +# .tfstate files *.tfstate -*.tfstate.*.backup -*.tfstate.backup +*.tfstate.* -# Module directory -.terraform/ - -# Variable values for development -terraform.tfvars +# .tfvars files +*.tfvars