From 3f95275b010512d978f3c75bdd311b44075cbfbc Mon Sep 17 00:00:00 2001 From: jnmcfly Date: Mon, 22 Jun 2026 11:00:49 +0200 Subject: [PATCH 1/2] chore: upgrade tf to 1.15.6 --- .github/workflows/tf-build.yaml | 2 +- .github/workflows/tf-release.yaml | 2 +- CLAUDE.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 CLAUDE.md diff --git a/.github/workflows/tf-build.yaml b/.github/workflows/tf-build.yaml index e0cd7ca..c7ff468 100644 --- a/.github/workflows/tf-build.yaml +++ b/.github/workflows/tf-build.yaml @@ -28,7 +28,7 @@ on: description: "can be inherited by using the 'inherit' keyword https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idsecretsinherit" env: - TERRAFORM_VERSION: 1.13.4 + TERRAFORM_VERSION: 1.15.6 concurrency: group: terraform-${{ inputs.ENVIRONMENT }} diff --git a/.github/workflows/tf-release.yaml b/.github/workflows/tf-release.yaml index 6abbd99..55e9a0a 100644 --- a/.github/workflows/tf-release.yaml +++ b/.github/workflows/tf-release.yaml @@ -25,7 +25,7 @@ on: description: "can be inherited by using the 'inherit' keyword https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idsecretsinherit" env: - TERRAFORM_VERSION: 1.13.4 + TERRAFORM_VERSION: 1.15.6 concurrency: group: terraform-${{ inputs.ENVIRONMENT }} diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..af5b2e8 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1 @@ +# CLAUDE.md From 4e05b56b083bfaf01bbbb53c537cf71d872aab9a Mon Sep 17 00:00:00 2001 From: jnmcfly Date: Thu, 25 Jun 2026 09:11:28 +0200 Subject: [PATCH 2/2] chore: bump to 1.15.7 --- .github/workflows/tf-build.yaml | 2 +- .github/workflows/tf-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tf-build.yaml b/.github/workflows/tf-build.yaml index c7ff468..97c4f14 100644 --- a/.github/workflows/tf-build.yaml +++ b/.github/workflows/tf-build.yaml @@ -28,7 +28,7 @@ on: description: "can be inherited by using the 'inherit' keyword https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idsecretsinherit" env: - TERRAFORM_VERSION: 1.15.6 + TERRAFORM_VERSION: 1.15.7 concurrency: group: terraform-${{ inputs.ENVIRONMENT }} diff --git a/.github/workflows/tf-release.yaml b/.github/workflows/tf-release.yaml index 55e9a0a..9996753 100644 --- a/.github/workflows/tf-release.yaml +++ b/.github/workflows/tf-release.yaml @@ -25,7 +25,7 @@ on: description: "can be inherited by using the 'inherit' keyword https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idsecretsinherit" env: - TERRAFORM_VERSION: 1.15.6 + TERRAFORM_VERSION: 1.15.7 concurrency: group: terraform-${{ inputs.ENVIRONMENT }}