diff --git a/solutions/standard/version.tf b/solutions/standard/version.tf index 7865f13d..5400b647 100644 --- a/solutions/standard/version.tf +++ b/solutions/standard/version.tf @@ -13,7 +13,7 @@ terraform { } random = { source = "hashicorp/random" - version = "3.6.3" + version = "3.7.1" } http = { source = "hashicorp/http"