diff --git a/terraform/main.tf b/terraform/main.tf index 91ac38e98..9ce333def 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -10,7 +10,7 @@ terraform { } random = { source = "hashicorp/random" - version = "3.6.2" + version = "3.6.3" } helm = { source = "hashicorp/helm"