Skip to content

Commit

Permalink
chore(deps): Update Terraform terraform-google-modules/kms/google to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 9, 2025
1 parent f488934 commit 3644eec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ locals {
# Initial key is HSM backed key rotates every 45 days.
module "kms_data" {
source = "terraform-google-modules/kms/google"
version = "~> 1.2"
version = "~> 3.0"

project_id = var.project_trusted_kms
location = local.region
Expand Down
2 changes: 1 addition & 1 deletion test/setup/bq.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ locals {

module "bq_data_key" {
source = "terraform-google-modules/kms/google"
version = "~> 1.2"
version = "~> 3.0"

project_id = var.project_trusted_kms
location = local.region
Expand Down

0 comments on commit 3644eec

Please sign in to comment.