Closed JanCVanB closed 2 weeks 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.
service_accounts_iam
var.project
See https://github.com/terraform-google-modules/terraform-google-iam/blob/master/modules/service_accounts_iam/main.tf#L33-L51
/gcbrun
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
The
service_accounts_iam
module usesvar.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