Skip to content

Commit

Permalink
Merge pull request #3 from osodevops/provider-update
Browse files Browse the repository at this point in the history
Allow later provider versions. This module works with v5+
  • Loading branch information
andysingleton authored Jun 24, 2024
2 parents 20d2323 + 37f8ede commit a77a93d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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

Expand Down
2 changes: 1 addition & 1 deletion terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "4.67.0"
version = ">=4.67.0"
}
}
}

0 comments on commit a77a93d

Please sign in to comment.