Skip to content

Commit

Permalink
Update Terraform random to ~> 3.5.0 (main) (#32)
Browse files Browse the repository at this point in the history
* Update Terraform random to ~> 3.5.0

* Auto-update README.md

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored May 18, 2023
1 parent 9c95b92 commit f6cea71
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,15 +185,15 @@ Available targets:
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.12 |
| <a name="requirement_archive"></a> [archive](#requirement\_archive) | ~> 2.2.0 |
| <a name="requirement_null"></a> [null](#requirement\_null) | ~> 3.2.0 |
| <a name="requirement_random"></a> [random](#requirement\_random) | ~> 3.1.0 |
| <a name="requirement_random"></a> [random](#requirement\_random) | ~> 3.5.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_archive"></a> [archive](#provider\_archive) | ~> 2.2.0 |
| <a name="provider_null"></a> [null](#provider\_null) | ~> 3.2.0 |
| <a name="provider_random"></a> [random](#provider\_random) | ~> 3.1.0 |
| <a name="provider_random"></a> [random](#provider\_random) | ~> 3.5.0 |

## Modules

Expand Down
4 changes: 2 additions & 2 deletions docs/terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.12 |
| <a name="requirement_archive"></a> [archive](#requirement\_archive) | ~> 2.2.0 |
| <a name="requirement_null"></a> [null](#requirement\_null) | ~> 3.2.0 |
| <a name="requirement_random"></a> [random](#requirement\_random) | ~> 3.1.0 |
| <a name="requirement_random"></a> [random](#requirement\_random) | ~> 3.5.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_archive"></a> [archive](#provider\_archive) | ~> 2.2.0 |
| <a name="provider_null"></a> [null](#provider\_null) | ~> 3.2.0 |
| <a name="provider_random"></a> [random](#provider\_random) | ~> 3.1.0 |
| <a name="provider_random"></a> [random](#provider\_random) | ~> 3.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 @@ -7,7 +7,7 @@ terraform {
version = "~> 3.2.0"
}
random = {
version = "~> 3.1.0"
version = "~> 3.5.0"
}
}
required_version = ">= 0.12"
Expand Down

0 comments on commit f6cea71

Please sign in to comment.