diff --git a/test/setup/main.tf b/test/setup/main.tf index 1fe8a4b..7023c54 100644 --- a/test/setup/main.tf +++ b/test/setup/main.tf @@ -39,7 +39,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"