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 28, 2024
1 parent a4d094f commit 4ea7c2b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion envelope-encryption-sample/0-bootstrap/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ resource "time_sleep" "enable_projects_apis_sleep" {

module "kms" {
source = "terraform-google-modules/kms/google"
version = "3.1.0"
version = "3.2.0"

keyring = "${var.keyring_name}-${local.default_suffix}"
location = var.location
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

module "symmetric_kms" {
source = "terraform-google-modules/kms/google"
version = "3.1.0"
version = "3.2.0"

keyring = local.keyring
location = local.location
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ resource "time_sleep" "enable_projects_apis_sleep" {

module "kms" {
source = "terraform-google-modules/kms/google"
version = "3.1.0"
version = "3.2.0"

keyring = "${var.keyring}-${local.default_suffix}"
location = var.location
Expand Down
2 changes: 1 addition & 1 deletion tink-envelope-encryption-sample/0-bootstrap/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ resource "time_sleep" "enable_projects_apis_sleep" {

module "kms" {
source = "terraform-google-modules/kms/google"
version = "3.1.0"
version = "3.2.0"

keyring = "${var.keyring}-${local.default_suffix}"
location = var.location
Expand Down

0 comments on commit 4ea7c2b

Please sign in to comment.