From 1ec963336cb4bfcbb71cb6575a15c7adca715272 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 18:45:48 +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.0. - [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.0) --- updated-dependencies: - dependency-name: hashicorp/random dependency-version: 3.8.0 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..2b88707 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.0" } } }