Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/hashicorp/setup-te…
Browse files Browse the repository at this point in the history
…rraform-3.1.2
  • Loading branch information
Richard-Barrett authored Oct 29, 2024
2 parents ab939cb + de5605a commit 796521e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- name: 'Checkout'
uses: actions/checkout@v4
- name: 'Tag'
uses: anothrNick/github-tag-action@1.69.0
uses: anothrNick/github-tag-action@1.71.0
env:
GITHUB_TOKEN: ${{ secrets.AUTOMATION_PAT }}
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ __pycache__/
# Local .terraform directories
**/.terraform/*

# Idea Directories
.idea/

# Terraform lock file
.terraform.lock.hcl

# .tfstate files
*.tfstate
*.tfstate.*
Expand Down
25 changes: 0 additions & 25 deletions examples/complete/.terraform.lock.hcl

This file was deleted.

0 comments on commit 796521e

Please sign in to comment.