You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add support for custom display_name and description #18 (#19)
* Resolves#18
Added support for display_name and description when creating the service acocunts.
* Upped provider version in examples to latest version, since version 2.7.0 of google provider did not support description field.
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,8 @@ Functional examples are included in the
43
43
| Name | Description | Type | Default | Required |
44
44
|------|-------------|:----:|:-----:|:-----:|
45
45
| billing\_account\_id | If assigning billing role, specificy a billing account (default is to assign at the organizational level). | string |`""`| no |
46
+
| description | Descriptions of the created service accounts (defaults to no description) | string |`""`| no |
47
+
| display\_name | Display names of the created service accounts (defaults to 'Terraform-managed service account') | string |`"Terraform-managed service account"`| no |
46
48
| generate\_keys | Generate keys for service accounts. | bool |`"false"`| no |
47
49
| grant\_billing\_role | Grant billing user role. | bool |`"false"`| no |
48
50
| grant\_xpn\_roles | Grant roles for shared VPC management. | bool |`"true"`| no |
0 commit comments