terraform-google-modules / terraform-google-iam

Manages multiple IAM roles for resources on Google Cloud
https://registry.terraform.io/modules/terraform-google-modules/iam/google
Apache License 2.0
189 stars 170 forks source link

fix!: Change `project` as a required input variable #221

Open JanCVanB opened 2 months ago

JanCVanB commented 2 months ago

The service_accounts_iam module uses var.project raw in multiple places, with no way of inferring a project ID. The default is misleading, because the module crashes with it.

See https://github.com/terraform-google-modules/terraform-google-iam/blob/master/modules/service_accounts_iam/main.tf#L33-L51

imrannayer commented 4 days ago

/gcbrun