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.2.0
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 99a2395 commit b42d2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/confidential_computing_intel/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ resource "random_string" "suffix" {

module "kms" {
source = "terraform-google-modules/kms/google"
version = "3.0.0"
version = "3.2.0"

keyring = "${var.keyring}-${local.default_suffix}"
location = var.location
Expand Down

0 comments on commit b42d2e2

Please sign in to comment.