diff --git a/test/setup/main.tf b/test/setup/main.tf index a28e8a54..8c9f7946 100644 --- a/test/setup/main.tf +++ b/test/setup/main.tf @@ -38,7 +38,7 @@ module "project" { module "kms_keyring" { source = "terraform-google-modules/kms/google" - version = "~> 2.0" + version = "~> 3.0" project_id = module.project.project_id location = "us"