Skip to content

Commit

Permalink
feat: update tf.checks step name and tf and aws version
Browse files Browse the repository at this point in the history
  • Loading branch information
theprashantyadav committed Jan 9, 2024
1 parent e251d2c commit 0696404
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
secrets:
GITHUB: ${{ secrets.GITHUB }}
with:
tfcheck: 'example / Evaluate Terraform versions (1.5.5, ./_example/)'
tfcheck: 'example / Check code format'
...
4 changes: 2 additions & 2 deletions _example/versions.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Terraform version
terraform {
required_version = ">= 1.5.5"
required_version = ">= 1.6.6"

required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.13.1"
version = ">= 5.31.0"
}
}
}
6 changes: 3 additions & 3 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Terraform version
terraform {
required_version = ">= 1.5.5"
required_version = ">= 1.6.6"

required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.13.1"
version = ">= 5.31.0"
}
tls = {
source = "hashicorp/tls"
version = ">= 4.0.4"
version = ">= 4.0.5"
}
}
}

0 comments on commit 0696404

Please sign in to comment.