diff --git a/modules/key-distributor/versions.tf b/modules/key-distributor/versions.tf index 01e24c7..b14a9e2 100644 --- a/modules/key-distributor/versions.tf +++ b/modules/key-distributor/versions.tf @@ -20,7 +20,7 @@ terraform { google = { source = "hashicorp/google" - version = ">= 3.53, < 5.0" + version = ">= 3.53, < 5.2" } archive = { source = "hashicorp/archive" diff --git a/versions.tf b/versions.tf index fa07d00..2271bfe 100644 --- a/versions.tf +++ b/versions.tf @@ -20,7 +20,7 @@ terraform { google = { source = "hashicorp/google" - version = ">= 3.53, < 5.0" + version = ">= 3.53, < 5.2" } }