Skip to content

Commit 64cb7ac

Browse files
chore(deps): Update Terraform terraform-google-modules/kms/google to v3 (#355)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0fe8ab6 commit 64cb7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/setup/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module "project" {
3838

3939
module "kms_keyring" {
4040
source = "terraform-google-modules/kms/google"
41-
version = "~> 2.0"
41+
version = "~> 3.0"
4242

4343
project_id = module.project.project_id
4444
location = "us"

0 commit comments

Comments
 (0)