Skip to content

Commit

Permalink
Merge pull request #16 from clouddrove/fix/rename-files
Browse files Browse the repository at this point in the history
updated basic version
  • Loading branch information
d4kverma authored Sep 12, 2024
2 parents a246f7b + 6c6d62c commit d51747a
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 @@
secrets:
GITHUB: ${{ secrets.GITHUB }}
with:
tfcheck: 'tf-checks-aws-managed-example / Check code format'
tfcheck: 'complete-example / Check code format'
...
2 changes: 1 addition & 1 deletion examples/basic/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.112.0"
version = ">=3.112.0"
}
}
}

0 comments on commit d51747a

Please sign in to comment.