From 12469b2d52bd233c0229694332c7ce50e5675efc Mon Sep 17 00:00:00 2001 From: theprashantyadav Date: Tue, 9 Jan 2024 14:01:57 +0530 Subject: [PATCH] feat: update tf.checks step name and tf and aws version --- .github/workflows/automerge.yml | 2 +- _example/versions.tf | 4 ++-- versions.tf | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 038d01e..90f0c02 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -8,5 +8,5 @@ jobs: secrets: GITHUB: ${{ secrets.GITHUB }} with: - tfcheck: 'tf-checks-example / Evaluate Terraform versions (1.6.1, ./_example/)' + tfcheck: 'tf-checks-example / Check code format' ... diff --git a/_example/versions.tf b/_example/versions.tf index f6a601f..8a25625 100644 --- a/_example/versions.tf +++ b/_example/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.21.0" + version = ">= 5.31.0" } } } \ No newline at end of file diff --git a/versions.tf b/versions.tf index 593feca..1208cfd 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.21.0" + version = ">= 5.31.0" } tls = { source = "hashicorp/tls"