Skip to content

Commit

Permalink
Merge pull request #103 from nlamirault/renovate/terraform-google-mod…
Browse files Browse the repository at this point in the history
…ules-kms-google-2.x

Update Terraform terraform-google-modules/kms/google to v2.3.0
  • Loading branch information
nlamirault authored Mar 4, 2024
2 parents 9323567 + 8f6a656 commit 483be3e
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.3"
version = "2.3.0"

count = var.enable_kms ? 1 : 0

Expand Down

0 comments on commit 483be3e

Please sign in to comment.