Skip to content

Commit

Permalink
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] authored Jan 3, 2025
1 parent 24486fa commit afc1449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/terraform/gcp/kms/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module "kms" {
count = local.enabled ? 1 : 0
source = "terraform-google-modules/kms/google"
version = "~> 2.3.0"
version = "~> 3.2.0"

project_id = var.project_id
location = lower(var.location)
Expand Down

0 comments on commit afc1449

Please sign in to comment.