Skip to content

Commit

Permalink
fix(deps): update terraform terraform-google-modules/gcloud/google to…
Browse files Browse the repository at this point in the history
… v3.5.0 (#725)
  • Loading branch information
renovate-bot authored Oct 2, 2024
1 parent 2d049f2 commit b7e13f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anthos-bm-gcp-terraform/modules/init/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ resource "local_file" "temp_ssh_priv_key_file" {

module "gcloud_add_ssh_key_metadata" {
source = "terraform-google-modules/gcloud/google"
version = "3.1.2"
version = "3.5.0"
platform = "linux"
service_account_key_file = var.credentials_file
module_depends_on = [
Expand Down

0 comments on commit b7e13f5

Please sign in to comment.