Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: Bump versions in examples for GH Actions to pass
  • Loading branch information
antonbabenko committed Feb 21, 2021
commit 7fe2a7bd8680f6560ab7ecfe1bca3fb1563e41d1
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: git://github.com/antonbabenko/pre-commit-terraform
rev: v1.45.0
rev: v1.46.0
hooks:
- id: terraform_fmt
- id: terraform_validate
Expand Down
2 changes: 1 addition & 1 deletion examples/container-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Note that this example may create resources which cost money. Run `terraform des

| Name | Version |
|------|---------|
| terraform | >= 0.12.6 |
| terraform | >= 0.13.0 |
| aws | >= 3.19 |
| docker | >= 2.8.0 |
| random | >= 2 |
Expand Down
2 changes: 1 addition & 1 deletion examples/container-image/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 0.12.6"
required_version = ">= 0.13.0"

required_providers {
aws = ">= 3.19"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-efs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Note that this example may create resources which cost money. Run `terraform des

| Name | Version |
|------|---------|
| terraform | >= 0.12.6 |
| terraform | >= 0.13.0 |
| aws | >= 3.19 |
| random | >= 2 |

Expand Down
2 changes: 1 addition & 1 deletion examples/with-efs/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 0.12.6"
required_version = ">= 0.13.0"

required_providers {
aws = ">= 3.19"
Expand Down
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ output "lambda_cloudwatch_log_group_arn" {
description = "The ARN of the Cloudwatch Log Group"
value = local.log_group_arn
}

output "lambda_cloudwatch_log_group_name" {
description = "The name of the Cloudwatch Log Group"
value = local.log_group_name
Expand Down