From ccbde1eca0180647a664d1c505e1ebd06cbe0baf Mon Sep 17 00:00:00 2001 From: anmolnagpal Date: Mon, 8 Jan 2024 20:22:57 +0530 Subject: [PATCH] feat: update tf.checks step name and tf and aws version --- .github/workflows/automerge.yml | 2 +- _example/alb/versions.tf | 4 ++-- _example/clb/versions.tf | 4 ++-- _example/nlb/versions.tf | 4 ++-- 4 files changed, 7 insertions(+), 7 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..c380bb7 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.1" } } } diff --git a/_example/clb/versions.tf b/_example/clb/versions.tf index ef355e6..c380bb7 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.1" } } } diff --git a/_example/nlb/versions.tf b/_example/nlb/versions.tf index ef355e6..c380bb7 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.1" } } }