Skip to content

Commit

Permalink
Add argument doc (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
olib963 authored and alexsomesan committed Dec 12, 2018
1 parent 378769d commit 81c8847
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/r/service_account.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ The following arguments are supported:
* `labels` - (Optional) Map of string keys and values that can be used to organize and categorize (scope and select) the service account. May match selectors of replication controllers and services. For more info see [Kubernetes reference](http://kubernetes.io/docs/user-guide/labels)
* `name` - (Optional) Name of the service account, must be unique. Cannot be updated. For more info see [Kubernetes reference](http://kubernetes.io/docs/user-guide/identifiers#names)
* `namespace` - (Optional) Namespace defines the space within which name of the service account must be unique.
* `automount_service_account_token` - (Optional) Boolean, `true` to enable automatic mounting of the service account token

#### Attributes

Expand Down

0 comments on commit 81c8847

Please sign in to comment.