Skip to content

Commit

Permalink
Update Terraform terraform-google-modules/kms/google to v2.2.3
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 16, 2023
1 parent db865b0 commit db77331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ data "google_storage_project_service_account" "gcs_account" {

module "kms" {
source = "terraform-google-modules/kms/google"
version = "2.2.2"
version = "2.2.3"

count = var.enable_kms ? 1 : 0

Expand Down

0 comments on commit db77331

Please sign in to comment.