Skip to content

Commit

Permalink
Merge pull request #117 from trussworks/set-minimum-version
Browse files Browse the repository at this point in the history
bump minimum aws provider version to 5.0
  • Loading branch information
chtakahashi authored Jun 2, 2023
2 parents 49ddc2b + 360399e commit 939bc2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@ module "wafv2" {
| Name | Version |
|------|---------|
| terraform | >= 0.13.0 |
| aws | >= 3.0 |
| aws | >= 5.0 |

## Providers

| Name | Version |
|------|---------|
| aws | >= 3.0 |
| aws | >= 5.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.0"
version = ">= 5.0"
}
}
}

0 comments on commit 939bc2a

Please sign in to comment.