File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ module "project-factory" {
4545 folder_id = var. folder_id
4646 create_project_sa = var. create_project_sa
4747 project_sa_name = var. project_sa_name
48+ project_sa_description = var. project_sa_description
4849 sa_role = var. sa_role
4950 activate_apis = var. activate_apis
5051 activate_api_identities = var. activate_api_identities
Original file line number Diff line number Diff line change @@ -96,6 +96,12 @@ variable "project_sa_name" {
9696 default = " project-service-account"
9797}
9898
99+ variable "project_sa_description" {
100+ description = " Description to set for the project default service account."
101+ type = string
102+ default = null
103+ }
104+
99105variable "sa_role" {
100106 description = " A role to give the default Service Account for the project (defaults to none)"
101107 type = string
You can’t perform that action at this time.
0 commit comments