Skip to content

Commit 53d5ef2

Browse files
committed
update kms module
1 parent 7d3069b commit 53d5ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

4-projects/modules/base_env/example_storage_cmek.tf

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

2121
module "kms" {
2222
source = "terraform-google-modules/kms/google"
23-
version = "~> 3.2"
23+
version = "~> 4.0"
2424

2525
project_id = local.kms_project_id
2626
keyring = var.keyring_name

0 commit comments

Comments
 (0)