Skip to content

Commit d9ca2c4

Browse files
fix(deps)!: Update Terraform terraform-google-modules/kms/google to v4 (#384)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1fa5c70 commit d9ca2c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/simple_bucket/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ data "google_storage_project_service_account" "gcs_account" {
132132

133133
module "encryption_key" {
134134
source = "terraform-google-modules/kms/google"
135-
version = "~> 3.0"
135+
version = "~> 4.0"
136136
count = var.internal_encryption_config.create_encryption_key ? 1 : 0
137137

138138
project_id = var.project_id

0 commit comments

Comments
 (0)