Skip to content

Commit 183b97d

Browse files
authored
chore: sync with latest template state (#15)
This PR syncs the repository with the latest state from 'terraform-module-template'. **Template Version:** - **Tag:** v0.8.1 - **Commit SHA:** 9ef513a - **Repository:** https://github.com/masterpointio/terraform-module-template **Changes include:** - Updated configuration files (.checkov.yaml, .markdownlint.yaml, etc.) - Updated GitHub workflows and templates - Updated linting and formatting configurations - Updated documentation templates
1 parent 36423bc commit 183b97d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/trunk-upgrade.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121

2222
- name: Run Trunk Upgrade
23-
uses: masterpointio/github-action-trunk-upgrade@feat/inital-version
23+
uses: masterpointio/github-action-trunk-upgrade@v0.1.0
2424
with:
2525
app-id: ${{ secrets.MP_BOT_APP_ID }}
2626
app-private-key: ${{ secrets.MP_BOT_APP_PRIVATE_KEY }}

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ backend.tf.json
4040

4141
# Other
4242
**/*.backup
43-
***/*.tmp
43+
**/*.tmp
4444
**/*.temp
4545
**/*.bak
4646
**/*.*swp

0 commit comments

Comments
 (0)