Skip to content

Commit

Permalink
feat: update tfsec with workflow latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed Jan 9, 2024
1 parent 45b6f7d commit 1c52385
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 'tf-checks-single_node_vpc-example / Evaluate Terraform versions (1.6.1, ./_example/single_node_vpc/)'
tfcheck: 'tf-checks-multi_node_non_vpc-example / Check code format'
...
2 changes: 1 addition & 1 deletion _example/single_node_vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Provider block added, Use the Amazon Web Services (AWS) provider to interact with the many resources supported by AWS.
##------------------------------------------------------------------------------
provider "aws" {
region = "eu-west-1"
region = local.region
}
locals {
region = "eu-west-1"
Expand Down

0 comments on commit 1c52385

Please sign in to comment.