From 7fe2a7bd8680f6560ab7ecfe1bca3fb1563e41d1 Mon Sep 17 00:00:00 2001 From: Anton Babenko Date: 2021年2月21日 21:36:05 +0100 Subject: [PATCH] chore: Bump versions in examples for GH Actions to pass --- .pre-commit-config.yaml | 2 +- examples/container-image/README.md | 2 +- examples/container-image/versions.tf | 2 +- examples/with-efs/README.md | 2 +- examples/with-efs/versions.tf | 2 +- outputs.tf | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ea440070..4963e575 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/examples/container-image/README.md b/examples/container-image/README.md index 64b4f849..c37246ea 100644 --- a/examples/container-image/README.md +++ b/examples/container-image/README.md @@ -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 | diff --git a/examples/container-image/versions.tf b/examples/container-image/versions.tf index 7980d563..bb29f1eb 100644 --- a/examples/container-image/versions.tf +++ b/examples/container-image/versions.tf @@ -1,5 +1,5 @@ terraform { - required_version = ">= 0.12.6" + required_version = ">= 0.13.0" required_providers { aws = ">= 3.19" diff --git a/examples/with-efs/README.md b/examples/with-efs/README.md index 755a9121..a9407e38 100644 --- a/examples/with-efs/README.md +++ b/examples/with-efs/README.md @@ -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 | diff --git a/examples/with-efs/versions.tf b/examples/with-efs/versions.tf index 957cf18c..c532e993 100644 --- a/examples/with-efs/versions.tf +++ b/examples/with-efs/versions.tf @@ -1,5 +1,5 @@ terraform { - required_version = ">= 0.12.6" + required_version = ">= 0.13.0" required_providers { aws = ">= 3.19" diff --git a/outputs.tf b/outputs.tf index 14b27103..33e5d560 100644 --- a/outputs.tf +++ b/outputs.tf @@ -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

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