diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index c780ddc..d227668 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -8,5 +8,5 @@ jobs: secrets: GITHUB: ${{ secrets.GITHUB }} with: - tfcheck: 'replica_key / Get min/max versions' + tfcheck: 'replica_key / Check code format' ... diff --git a/_example/complete/versions.tf b/_example/complete/versions.tf index f6a601f..8a25625 100644 --- a/_example/complete/versions.tf +++ b/_example/complete/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/_example/external_key/versions.tf b/_example/external_key/versions.tf index f6a601f..8a25625 100644 --- a/_example/external_key/versions.tf +++ b/_example/external_key/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/_example/external_replica_key/versions.tf b/_example/external_replica_key/versions.tf index f6a601f..8a25625 100644 --- a/_example/external_replica_key/versions.tf +++ b/_example/external_replica_key/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/_example/replica_key/versions.tf b/_example/replica_key/versions.tf index f6a601f..8a25625 100644 --- a/_example/replica_key/versions.tf +++ b/_example/replica_key/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 f6a601f..8a25625 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" } } } \ No newline at end of file