Skip to content

Commit

Permalink
fix: Raise min required version of hashicorp/random provider to `v3…
Browse files Browse the repository at this point in the history
….6` (#427)

Co-authored-by: Bryant Biggs <[email protected]>
  • Loading branch information
mariomcosta and bryantbiggs authored Oct 28, 2024
1 parent c4379e9 commit d115be8
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 @@ -71,7 +71,7 @@ module "eks" {
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.0 |
| <a name="requirement_helm"></a> [helm](#requirement\_helm) | >= 2.9 |
| <a name="requirement_kubernetes"></a> [kubernetes](#requirement\_kubernetes) | >= 2.20 |
| <a name="requirement_random"></a> [random](#requirement\_random) | >= 3.0 |
| <a name="requirement_random"></a> [random](#requirement\_random) | >= 3.6 |
| <a name="requirement_time"></a> [time](#requirement\_time) | >= 0.9 |

## Providers
Expand All @@ -81,7 +81,7 @@ module "eks" {
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.0 |
| <a name="provider_helm"></a> [helm](#provider\_helm) | >= 2.9 |
| <a name="provider_kubernetes"></a> [kubernetes](#provider\_kubernetes) | >= 2.20 |
| <a name="provider_random"></a> [random](#provider\_random) | >= 3.0 |
| <a name="provider_random"></a> [random](#provider\_random) | >= 3.6 |
| <a name="provider_time"></a> [time](#provider\_time) | >= 0.9 |

## Modules
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = ">= 3.0"
version = ">= 3.6"
}
time = {
source = "hashicorp/time"
Expand Down

0 comments on commit d115be8

Please sign in to comment.