Skip to content

Commit

Permalink
chore(deps): renovate: terraform random to ~> 3.6.0 (#14)
Browse files Browse the repository at this point in the history
* chore(deps): renovate: terraform random to ~> 3.6.0

* terraform-docs: automated action

---------

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 Nov 1, 2024
1 parent 10d7629 commit 93bb580
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 @@ -21,13 +21,13 @@ suggested skeleton structure and GitHub Actions workflows.
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.8.5 |
| <a name="requirement_random"></a> [random](#requirement\_random) | ~> 3.4.3 |
| <a name="requirement_random"></a> [random](#requirement\_random) | ~> 3.6.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_random"></a> [random](#provider\_random) | ~> 3.4.3 |
| <a name="provider_random"></a> [random](#provider\_random) | ~> 3.6.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {

random = {
source = "hashicorp/random"
version = "~> 3.4.3"
version = "~> 3.6.0"
}
}

Expand Down

0 comments on commit 93bb580

Please sign in to comment.