Skip to content

Commit

Permalink
build(deps): bump hashicorp/aws from >= 3.65 to >= 4.12.0 (#18)
Browse files Browse the repository at this point in the history
* build(deps): bump hashicorp/aws from >= 3.65 to >= 4.12.0

* docs(readme): update terraform documentation

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
steveteuber and github-actions[bot] authored Jun 27, 2022
1 parent 27b1492 commit b60cc80
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 @@ -74,7 +74,7 @@ Here is a working example of using this Terraform module:
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 3.65 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.12.0 |
| <a name="requirement_elasticsearch"></a> [elasticsearch](#requirement\_elasticsearch) | >= 2.0.0 |

## Modules
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 3.65"
version = ">= 4.12.0"
}
elasticsearch = {
source = "phillbaker/elasticsearch"
Expand Down

0 comments on commit b60cc80

Please sign in to comment.