Skip to content

Commit

Permalink
Rename all .tfvars to .tfvars.example and gitignore *.tfvars
Browse files Browse the repository at this point in the history
  • Loading branch information
thogarty committed Sep 20, 2023
1 parent d7dde08 commit a37a641
Show file tree
Hide file tree
Showing 25 changed files with 21 additions and 12 deletions.
33 changes: 21 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,39 +1,48 @@
# OSX Specific files
*.dll
*.exe
*.terraform.lock.hcl
.DS_Store
example.tf

# Terraform specific files
terraform.tfplan
terraform.tfstate
*.terraform.lock.hcl
./*.tfstate
.terraform/
example.tf
terraform-provider-equinix
.terraform.lock.hcl
*.tfvars

# Local Scripts
bin/
modules-dev/
/pkg/

# External libraries
website/.vagrant
website/.bundle
website/build
website/node_modules
.vagrant/
website/vendor
vendor

*.backup
./*.tfstate
.terraform/
*.log
*.bak
*~
.*.swp

# IDE Files
.idea
.vscode
*.iml
*.test
*.iml
.env

website/vendor
vendor
# Local environment variables
.env

# Test exclusions
!command/test-fixtures/**/*.tfstate
!command/test-fixtures/**/.terraform/

# Ignore provider's binary
terraform-provider-equinix
.terraform.lock.hcl

0 comments on commit a37a641

Please sign in to comment.