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 30, 2024
1 parent d970afc commit 543be71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/simple_cloud_run_with_cmek/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module "service_account" {

module "kms" {
source = "terraform-google-modules/kms/google"
version = "~> 2.1"
version = "~> 3.0"

project_id = var.project_id
location = "us-central1"
Expand Down
2 changes: 1 addition & 1 deletion modules/secure-cloud-run-security/kms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "cloud_run_kms" {
source = "terraform-google-modules/kms/google"
version = "~> 2.1"
version = "~> 3.0"

project_id = var.kms_project_id
location = var.location
Expand Down
2 changes: 1 addition & 1 deletion modules/secure-serverless-harness/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ resource "google_artifact_registry_repository_iam_member" "member" {

module "artifact_registry_kms" {
source = "terraform-google-modules/kms/google"
version = "~> 2.2"
version = "~> 3.0"

project_id = module.security_project.project_id
location = var.location
Expand Down

0 comments on commit 543be71

Please sign in to comment.