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/) 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