forseti-security / terraform-google-forseti

A Terraform module for installing Forseti on GCP
Apache License 2.0
132 stars 127 forks source link

Server/client startup script failing #621

Closed soumyadipDe closed 3 years ago

soumyadipDe commented 3 years ago

Hi, Currently while running the terraform script the startup script in client/server fails saying, No apt package "google-cloud-sdk"

Is it something wrong at my end or something changed recently?

Thanks

ebalduf commented 3 years ago

The version called out for default (289) is no longer available. Add the following line to your main.tf and it should make it startup.

google_cloud_sdk_version = "335.0.0-0"

e-koma commented 3 years ago

I created a pull request for this.

622