diff --git a/common/versions.tf b/common/versions.tf index 6ea32cd..e6fabac 100644 --- a/common/versions.tf +++ b/common/versions.tf @@ -17,6 +17,10 @@ terraform { source = "hashicorp/tls" version = ">= 3.1.0" } + random = { + source = "hashicorp/random" + version = ">= 3.6.0" + } # http = { # source = "hashicorp/http" # version = ">= 2.1.0"