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
#343)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent f40bf31 commit e8bb6eb
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

1 comment on commit e8bb6eb

@aholyoake-bc
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could someone cut a release to pick up this change please?

Please sign in to comment.