Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7fe2a7b

Browse files
chore: Bump versions in examples for GH Actions to pass
1 parent 4b9e833 commit 7fe2a7b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

‎.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: git://github.com/antonbabenko/pre-commit-terraform
3-
rev: v1.45.0
3+
rev: v1.46.0
44
hooks:
55
- id: terraform_fmt
66
- id: terraform_validate

‎examples/container-image/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Note that this example may create resources which cost money. Run `terraform des
1919

2020
| Name | Version |
2121
|------|---------|
22-
| terraform | >= 0.12.6 |
22+
| terraform | >= 0.13.0 |
2323
| aws | >= 3.19 |
2424
| docker | >= 2.8.0 |
2525
| random | >= 2 |

‎examples/container-image/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = ">= 0.12.6"
2+
required_version = ">= 0.13.0"
33

44
required_providers {
55
aws = ">= 3.19"

‎examples/with-efs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Note that this example may create resources which cost money. Run `terraform des
2020

2121
| Name | Version |
2222
|------|---------|
23-
| terraform | >= 0.12.6 |
23+
| terraform | >= 0.13.0 |
2424
| aws | >= 3.19 |
2525
| random | >= 2 |
2626

‎examples/with-efs/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = ">= 0.12.6"
2+
required_version = ">= 0.13.0"
33

44
required_providers {
55
aws = ">= 3.19"

‎outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ output "lambda_cloudwatch_log_group_arn" {
107107
description = "The ARN of the Cloudwatch Log Group"
108108
value = local.log_group_arn
109109
}
110-
110+
111111
output "lambda_cloudwatch_log_group_name" {
112112
description = "The name of the Cloudwatch Log Group"
113113
value = local.log_group_name

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /