Skip to content

Commit

Permalink
fix: drop module terraform lock files (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
KashifSaadat authored Dec 5, 2024
1 parent 6ec1cf7 commit 389a377
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 632 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
version: 2
updates:
- package-ecosystem: github-actions
commit-message:
prefix: "build"
include: "scope"
directory: /
schedule:
interval: weekly
- package-ecosystem: terraform
commit-message:
prefix: "build"
include: "scope"
directory: /
schedule:
interval: weekly
17 changes: 5 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
*.tfstate
*.tfstate.*

# tf lock files
*.lock.hcl

# Crash log files
crash.log
crash.*.log
Expand All @@ -31,16 +34,6 @@ terraform.rc

# Other
.DS_Store
todo.md

# Ignore vim swap files
*.swp
*.swo

# Irgnore meld diff files
*.orig
*.backup
*.rej

# Ignore values files
*.tfvars
# Meld
*.orig
204 changes: 0 additions & 204 deletions .terraform.lock.hcl

This file was deleted.

Loading

0 comments on commit 389a377

Please sign in to comment.