diff --git a/modules/key-distributor/versions.tf b/modules/key-distributor/versions.tf index bcf147b..d8ed258 100644 --- a/modules/key-distributor/versions.tf +++ b/modules/key-distributor/versions.tf @@ -24,11 +24,11 @@ terraform { } archive = { source = "hashicorp/archive" - version = "~> 2.2" + version = ">= 2.2" } local = { source = "hashicorp/local" - version = "~> 2.2" + version = ">= 2.2" } }