Skip to content

Commit 37cb0a5

Browse files
chore(deps): Update Terraform terraform-google-modules/kms/google to v3
1 parent f4471fd commit 37cb0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple_example/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "kms" {
1818
source = "terraform-google-modules/kms/google"
19-
version = "~> 2.0"
19+
version = "~> 3.0"
2020

2121
project_id = var.project_id
2222
keyring = var.keyring

0 commit comments

Comments
 (0)