From dc5a5a65746714d46c2695fc866b9aed6ffaec43 Mon Sep 17 00:00:00 2001 From: theprashantyadav <79893616+theprashantyadav@users.noreply.github.com> Date: Tue, 9 Jan 2024 22:32:55 +0530 Subject: [PATCH] feat: update tf.checks step name and tf and aws version (#76) * feat: update tf.checks step name and tf and aws version * feat: update tf.checks step name and tf and aws version * feat: update tf.checks step name and tf and aws version * feat: update tf.checks step name and tf and aws version --------- Co-authored-by: anmolnagpal --- .github/workflows/automerge.yml | 2 +- _example/alb/versions.tf | 4 ++-- _example/clb/versions.tf | 4 ++-- _example/nlb/versions.tf | 4 ++-- versions.tf | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 377334d..afda2cb 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -8,5 +8,5 @@ jobs: secrets: GITHUB: ${{ secrets.GITHUB }} with: - tfcheck: 'nlb / Get min/max versions' + tfcheck: 'alb / Check code format' ... diff --git a/_example/alb/versions.tf b/_example/alb/versions.tf index ef355e6..7c8e3b6 100644 --- a/_example/alb/versions.tf +++ b/_example/alb/versions.tf @@ -1,11 +1,11 @@ # Terraform version terraform { - required_version = ">= 1.6.1" + required_version = ">= 1.6.6" required_providers { aws = { source = "hashicorp/aws" - version = ">= 5.20.1" + version = ">= 5.31.0" } } } diff --git a/_example/clb/versions.tf b/_example/clb/versions.tf index ef355e6..7c8e3b6 100644 --- a/_example/clb/versions.tf +++ b/_example/clb/versions.tf @@ -1,11 +1,11 @@ # Terraform version terraform { - required_version = ">= 1.6.1" + required_version = ">= 1.6.6" required_providers { aws = { source = "hashicorp/aws" - version = ">= 5.20.1" + version = ">= 5.31.0" } } } diff --git a/_example/nlb/versions.tf b/_example/nlb/versions.tf index ef355e6..7c8e3b6 100644 --- a/_example/nlb/versions.tf +++ b/_example/nlb/versions.tf @@ -1,11 +1,11 @@ # Terraform version terraform { - required_version = ">= 1.6.1" + required_version = ">= 1.6.6" required_providers { aws = { source = "hashicorp/aws" - version = ">= 5.20.1" + version = ">= 5.31.0" } } } diff --git a/versions.tf b/versions.tf index ef355e6..7c8e3b6 100644 --- a/versions.tf +++ b/versions.tf @@ -1,11 +1,11 @@ # Terraform version terraform { - required_version = ">= 1.6.1" + required_version = ">= 1.6.6" required_providers { aws = { source = "hashicorp/aws" - version = ">= 5.20.1" + version = ">= 5.31.0" } } }