diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0b6747a..35c0c66 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -42,7 +42,7 @@ jobs: token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN || secrets.GITHUB_TOKEN }} - name: Terraform Docs - uses: terraform-docs/gh-actions@v1.3.0 + uses: terraform-docs/gh-actions@v1.4.1 with: git-push: true output-file: USAGE.md diff --git a/.terraform-version b/.terraform-version index 0a5af26..3d0e623 100644 --- a/.terraform-version +++ b/.terraform-version @@ -1 +1 @@ -1.11.3 +1.11.4 diff --git a/USAGE.md b/USAGE.md index 109bdd0..a792cfc 100644 --- a/USAGE.md +++ b/USAGE.md @@ -3,7 +3,7 @@ | Name | Version | |------|---------| -| [terraform](#requirement\_terraform) | 1.11.3 | +| [terraform](#requirement\_terraform) | 1.11.4 | ## Providers diff --git a/bun.lockb b/bun.lockb index a17e568..b1a7650 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 91b3a13..504965b 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@types/micromatch": "4.0.9", "jest": "29.7.0", "prettier": "3.5.3", - "typescript": "5.8.2" + "typescript": "5.8.3" }, "jest": { "transform": { diff --git a/versions.tf b/versions.tf index 063937e..15f5b7c 100644 --- a/versions.tf +++ b/versions.tf @@ -1,5 +1,5 @@ terraform { - required_version = "1.11.3" + required_version = "1.11.4" required_providers { aws = {