Skip to content

Commit a77a93d

Browse files
Merge pull request #3 from osodevops/provider-update
Allow later provider versions. This module works with v5+
2 parents 20d2323 + 37f8ede commit a77a93d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ File a GitHub [issue](https://github.com/osodevops/aws-terraform-module-lambda-a
7979

8080
## The legals
8181

82-
Copyright © 2017-2021 [OSO](https://oso.sh) | See [LICENCE](LICENSE) for full details.
82+
Copyright © 2017-2024 [OSO](https://oso.sh) | See [LICENCE](LICENSE) for full details.
8383

8484
[<img src="https://oso-public-resources.s3.eu-west-1.amazonaws.com/oso-logo-green.png" alt="OSO who we are" width="250"/>](https://oso.sh/who-we-are/)
8585

terraform.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "4.67.0"
5+
version = ">=4.67.0"
66
}
77
}
88
}

0 commit comments

Comments
 (0)