From 0931b1738afd00ea460022a54894acf06fcb2b52 Mon Sep 17 00:00:00 2001 From: badra001 Date: Mon, 1 Mar 2021 15:46:26 -0500 Subject: [PATCH] udpate pre-commit version --- .pre-commit-config.yaml | 3 ++- README.md | 1 + outputs.tf | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f270277..503bd08 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/README.md b/README.md index 687e593..d27262c 100644 --- a/README.md +++ b/README.md @@ -107,3 +107,4 @@ No Modules. | Name | Description | |------|-------------| | role\_arn | Created role ARN | +| role\_name | Created role name | diff --git a/outputs.tf b/outputs.tf index a8b899a..9f9435c 100644 --- a/outputs.tf +++ b/outputs.tf @@ -1,3 +1,4 @@ + output "role_arn" { description = "Created role ARN" value = aws_iam_role.role.arn