Skip to content

Commit

Permalink
feat: update tf.checks step name and tf and aws version (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: anmolnagpal <[email protected]>
  • Loading branch information
theprashantyadav and anmolnagpal authored Jan 9, 2024
1 parent 2cce67b commit cabe766
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: 'complete-example / Evaluate Terraform versions (1.6.2, ./_example/complete/)'
tfcheck: 'complete-example / Check code format'
...
4 changes: 2 additions & 2 deletions _example/complete/versions.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Terraform version
terraform {
required_version = ">= 1.6.2"
required_version = ">= 1.6.6"

required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.22.0"
version = ">= 5.31.0"
}
}
}
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Terraform version
terraform {
required_version = ">= 1.6.2"
required_version = ">= 1.6.6"

required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.22.0"
version = ">= 5.31.0"
}
}
}

0 comments on commit cabe766

Please sign in to comment.