diff --git a/box/main.tf b/box/main.tf index 61df445..e51cec1 100644 --- a/box/main.tf +++ b/box/main.tf @@ -10,7 +10,7 @@ terraform { } random = { source = "hashicorp/random" - version = "3.1.0" + version = "3.3.2" } tls = { source = "hashicorp/tls"