Skip to content

Commit 0dd5a36

Browse files
committed
add write only attribute description to list of arguments
1 parent b04062e commit 0dd5a36

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

website/docs/r/notification_configuration.html.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ The following arguments are supported:
115115
be used by the receiving server to verify request authenticity when configured for notification
116116
configurations with a destination type of `generic`. Defaults to `null`.
117117
This value _must not_ be provided if `destination_type` is `email`, `microsoft-teams`, or `slack`.
118+
* `token_wo` - (Optional) Write-only secure token for the notification configuration, which can
119+
be used by the receiving server to verify request authenticity when configured for notification
120+
configurations with a destination type of `generic`. Defaults to `null`.
121+
This value _must not_ be provided if `destination_type` is `email`, `microsoft-teams`, or `slack`.
118122
* `triggers` - (Optional) The array of triggers for which this notification configuration will
119123
send notifications. Valid values are `run:created`, `run:planning`, `run:needs_attention`, `run:applying`
120124
`run:completed`, `run:errored`, `assessment:check_failure`, `assessment:drifted`, `assessment:failed`, `workspace:auto_destroy_reminder`, or `workspace:auto_destroy_run_results`.

website/docs/r/organization_run_task.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ The following arguments are supported:
3333
* `enabled` - (Optional) Whether the task will be run.
3434
* `description` - (Optional) A short description of the the task.
3535
* `hmac_key` - (Optional) HMAC key to verify run task.
36+
* `hmac_key_wo` - (Optional) Write-only HMAC key to verify run task.
3637
* `name` - (Required) Name of the task.
3738
* `organization` - (Optional) Name of the organization. If omitted, organization must be defined in the provider config.
3839
* `url` - (Required) URL to send a run task payload.

website/docs/r/policy_set_parameter.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ The following arguments are supported:
3737

3838
* `key` - (Required) Name of the parameter.
3939
* `value` - (Required) Value of the parameter.
40+
* `value_wo` - (Required) Write-only value of the parameter.
4041
* `sensitive` - (Optional) Whether the value is sensitive. If true then the
4142
parameter is written once and not visible thereafter. Defaults to `false`.
4243
* `policy_set_id` - (Required) The ID of the policy set that owns the parameter.

0 commit comments

Comments
 (0)