Skip to content

Commit b7e13f5

Browse files
authored
fix(deps): update terraform terraform-google-modules/gcloud/google to v3.5.0 (#725)
1 parent 2d049f2 commit b7e13f5

File tree

1 file changed

+1
-1
lines changed
  • anthos-bm-gcp-terraform/modules/init

1 file changed

+1
-1
lines changed

anthos-bm-gcp-terraform/modules/init/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ resource "local_file" "temp_ssh_priv_key_file" {
5454

5555
module "gcloud_add_ssh_key_metadata" {
5656
source = "terraform-google-modules/gcloud/google"
57-
version = "3.1.2"
57+
version = "3.5.0"
5858
platform = "linux"
5959
service_account_key_file = var.credentials_file
6060
module_depends_on = [

0 commit comments

Comments
 (0)