From 6a685681c44d30bab3b58c5a55ce2a65905cc33c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 06:40:45 +0000 Subject: [PATCH] Update Terraform random to v3.6.0 --- terraform/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/main.tf b/terraform/main.tf index ebce95284..7d80a6e02 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -10,7 +10,7 @@ terraform { } random = { source = "hashicorp/random" - version = "3.5.1" + version = "3.6.0" } helm = { source = "hashicorp/helm"