Skip to content

Commit

Permalink
Merge pull request #24 from equinix-labs/no-lock-files
Browse files Browse the repository at this point in the history
Remove & ignore terraform lock files
  • Loading branch information
dcallao authored May 10, 2023
2 parents 57ab9ad + 6c91e13 commit 1e0bddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Session.vim
*.tfstate
*.tfstate.*

.terraform.lock.hcl

# Crash log files
crash.log

Expand All @@ -42,12 +44,6 @@ override.tf.json
*_override.tf
*_override.tf.json

# Include override files you do wish to add to version control using negated pattern
#
# !example_override.tf
!.terraform.lock.hcl
**/*/.terraform.lock.hcl

# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
# example: *tfplan*
**/terraform.tfvars
Expand Down
Empty file removed .terraform.lock.hcl
Empty file.

0 comments on commit 1e0bddd

Please sign in to comment.