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 Sep 13, 2024
1 parent cbb731d commit ec9a526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ data "google_storage_project_service_account" "gcs_account" {
module "kms" {
count = var.encrypt_gcs_bucket_tfstate ? 1 : 0
source = "terraform-google-modules/kms/google"
version = "~> 2.1"
version = "~> 3.0"

project_id = module.seed_project.project_id
location = var.default_region
Expand Down

0 comments on commit ec9a526

Please sign in to comment.