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
200 stars 171 forks source link

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

Closed JanCVanB closed 2 weeks ago

JanCVanB commented 5 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 3 months ago

/gcbrun

github-actions[bot] commented 4 weeks ago

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days