Skip to content

Commit

Permalink
chore(deps): Update Terraform terraform-google-modules/kms/google to …
Browse files Browse the repository at this point in the history
…v3 (#355)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent 0fe8ab6 commit 64cb7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/setup/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 64cb7ac

Please sign in to comment.