Skip to content

Commit

Permalink
fix(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] authored Oct 1, 2024
1 parent 1cf8cec commit f711529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/simple_bucket/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ data "google_storage_project_service_account" "gcs_account" {
module "encryption_key" {
count = var.encryption == null ? 0 : (var.encryption.default_kms_key_name == null ? 1 : 0)
source = "terraform-google-modules/kms/google"
version = "~> 2.0"
version = "~> 3.0"
project_id = var.project_id
location = var.location
keyring = var.name
Expand Down

0 comments on commit f711529

Please sign in to comment.