diff --git a/modules/key-distributor/versions.tf b/modules/key-distributor/versions.tf index 01e24c7..a33e03c 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.1" } archive = { source = "hashicorp/archive" diff --git a/versions.tf b/versions.tf index fa07d00..3d74964 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.1" } }