Skip to content

Commit 844f881

Browse files
chore(deps): update hashicorp/random requirement from ~> 3.6.3 to ~> 3.8.1
Updates the requirements on [hashicorp/random](https://github.com/hashicorp/terraform-provider-random) to permit the latest version. - [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.3...v3.8.1) --- updated-dependencies: - dependency-name: hashicorp/random dependency-version: 3.8.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 83b8938 commit 844f881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ terraform {
1414
}
1515
random = {
1616
source = "hashicorp/random"
17-
version = "~> 3.6.3"
17+
version = "~> 3.8.1"
1818
}
1919
}
2020
required_version = "~> 1.9.0"

0 commit comments

Comments
 (0)