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
Copy file name to clipboardExpand all lines: docs/resources/service.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ The following arguments are supported:
42
42
* `role` - (Optional) The service's role in the team. If defined, must be one of `Member` or `Manager`.
43
43
* `slug` - (Required) The team the service should be added to.
44
44
*`store_api_key` - (Optional) The service's API key to be returned in state. Defaults to `true`. If set to `false`, the "key" value is replaced with `**redacted**`. **NOTE:** This will only be applied to newly created service accounts, **this won't take effect for existing service accounts**.
45
+
*`rotate_api_key` - (Optional) Arbitrary string used to trigger rotation of the service's API key. Setting this to a non-empty value or changing it between non-empty values (for example from `rotation-one` to `rotation-two`) will rotate the API key for the service account. Removing this field or setting it back to an empty value will not trigger a rotation.
0 commit comments