Skip to content

Commit

Permalink
udpate pre-commit version
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 1, 2021
1 parent 0e27840 commit 0931b17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
repos:
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.31.0
# rev: v1.31.0
rev: v1.47.0
hooks:
# - id: terraform_validate
- id: terraform_fmt
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,4 @@ No Modules.
| Name | Description |
|------|-------------|
| role\_arn | Created role ARN |
| role\_name | Created role name |
1 change: 1 addition & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

output "role_arn" {
description = "Created role ARN"
value = aws_iam_role.role.arn
Expand Down

0 comments on commit 0931b17

Please sign in to comment.