diff --git a/modules/network-peering/versions.tf b/modules/network-peering/versions.tf index 17cdce49..6d0a1bb1 100644 --- a/modules/network-peering/versions.tf +++ b/modules/network-peering/versions.tf @@ -28,11 +28,11 @@ terraform { } random = { source = "hashicorp/random" - version = "~> 3.4" + version = ">= 3.4" } null = { source = "hashicorp/null" - version = "~> 3.2" + version = ">= 3.2" } }