From 339351278271ab4aaaa73864d6484bf91706bc07 Mon Sep 17 00:00:00 2001 From: Andy Singleton Date: Mon, 24 Jun 2024 08:48:57 +0100 Subject: [PATCH 1/2] Allow later provider versions. This module works with v5+ --- terraform.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform.tf b/terraform.tf index f563c66..8e338d5 100644 --- a/terraform.tf +++ b/terraform.tf @@ -2,7 +2,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "4.67.0" + version = ">=4.67.0" } } } \ No newline at end of file From 37f8ede1edd1f00360e2fbfb05468fee213b4772 Mon Sep 17 00:00:00 2001 From: osotopbot <72751587+osotopbot@users.noreply.github.com> Date: Mon, 24 Jun 2024 07:49:54 +0000 Subject: [PATCH 2/2] Auto Format --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a21074..a795abf 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ File a GitHub [issue](https://github.com/osodevops/aws-terraform-module-lambda-a ## The legals -Copyright © 2017-2021 [OSO](https://oso.sh) | See [LICENCE](LICENSE) for full details. +Copyright © 2017-2024 [OSO](https://oso.sh) | See [LICENCE](LICENSE) for full details. [OSO who we are](https://oso.sh/who-we-are/)