diff --git a/examples/safer_cluster/versions.tf b/examples/safer_cluster/versions.tf index 2d448a4b78..60030dba28 100644 --- a/examples/safer_cluster/versions.tf +++ b/examples/safer_cluster/versions.tf @@ -29,7 +29,8 @@ terraform { source = "hashicorp/kubernetes" } random = { - source = "hashicorp/random" + source = "hashicorp/random" + version = "~> 3.0" } } }