From dde23ac860fc9178443d700db4fee14cbdf724f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 15:42:01 +0000 Subject: [PATCH] Bump hashicorp/random in /tests/integration-tests/setup Bumps [hashicorp/random](https://github.com/hashicorp/terraform-provider-random) from 3.7.2 to 3.8.1. - [Release notes](https://github.com/hashicorp/terraform-provider-random/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-random/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-random/compare/v3.7.2...v3.8.1) --- updated-dependencies: - dependency-name: hashicorp/random dependency-version: 3.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/integration-tests/setup/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration-tests/setup/main.tf b/tests/integration-tests/setup/main.tf index 7986c06..5c85018 100644 --- a/tests/integration-tests/setup/main.tf +++ b/tests/integration-tests/setup/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { random = { source = "hashicorp/random" - version = "3.7.2" + version = "3.8.1" } } }