Skip to content

Commit 7e2179e

Browse files
build(deps): bump hashicorp/random from 3.6.2 to 3.6.3 (#18)
* build(deps): bump hashicorp/random from 3.6.2 to 3.6.3 Bumps [hashicorp/random](https://github.com/hashicorp/terraform-provider-random) from 3.6.2 to 3.6.3. - [Release notes](https://github.com/hashicorp/terraform-provider-random/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-random/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-random@v3.6.2...v3.6.3) --- updated-dependencies: - dependency-name: hashicorp/random dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * docs: updated terraform docs --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0e3be7b commit 7e2179e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ output "token" {
1919
| Name | Version |
2020
|------|---------|
2121
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.12 |
22-
| <a name="requirement_random"></a> [random](#requirement\_random) | 3.6.2 |
22+
| <a name="requirement_random"></a> [random](#requirement\_random) | 3.6.3 |
2323

2424
## Providers
2525

2626
| Name | Version |
2727
|------|---------|
28-
| <a name="provider_random"></a> [random](#provider\_random) | 3.6.2 |
28+
| <a name="provider_random"></a> [random](#provider\_random) | 3.6.3 |
2929

3030
## Outputs
3131

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
random = {
55
source = "hashicorp/random"
6-
version = "3.6.2"
6+
version = "3.6.3"
77
}
88
}
99
}

0 commit comments

Comments
 (0)