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 committed Sep 13, 2024
1 parent da5b66f commit 95f248b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/secure_cloud_function_bigquery_trigger/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ data "google_bigquery_default_service_account" "bq_sa" {

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

project_id = module.secure_harness.security_project_id
location = local.location
Expand Down
2 changes: 1 addition & 1 deletion examples/secure_cloud_function_with_sql/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ resource "google_project_service_identity" "secrets_sa" {

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

project_id = module.secure_harness.security_project_id
location = local.location
Expand Down
2 changes: 1 addition & 1 deletion modules/secure-cloud-function-security/kms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

project_id = var.kms_project_id
location = var.location
Expand Down

0 comments on commit 95f248b

Please sign in to comment.