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
Description: "A write-only secure token for the notification configuration, which can be used by the receiving server to verify request authenticity when configured for notification configurations with a destination type of `generic`. Defaults to `null`. This value _must not_ be provided if `destination_type` is `email`, `microsoft-teams`, or `slack`.",
Description: "The array of triggers for which this notification configuration will send notifications. If omitted, no notification triggers are configured.",
Copy file name to clipboardExpand all lines: website/docs/r/notification_configuration.html.markdown
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ The following arguments are supported:
111
111
if `destination_type` is `generic`, `microsoft-teams`, or `slack`.
112
112
*`enabled` - (Optional) Whether the notification configuration should be enabled or not.
113
113
Disabled configurations will not send any notifications. Defaults to `false`.
114
-
*`token` - (Optional) A write-only secure token for the notification configuration, which can
114
+
*`token` - (Optional) A token for the notification configuration, which can
115
115
be used by the receiving server to verify request authenticity when configured for notification
116
116
configurations with a destination type of `generic`. Defaults to `null`.
117
117
This value _must not_ be provided if `destination_type` is `email`, `microsoft-teams`, or `slack`.
@@ -124,6 +124,8 @@ The following arguments are supported:
124
124
is `email`.
125
125
*`workspace_id` - (Required) The id of the workspace that owns the notification configuration.
126
126
127
+
-> **Note:** Write-Only argument `token_wo` is available to use in place of `token`. Write-Only arguments are supported in HashiCorp Terraform 1.11.0 and later. [Learn more](https://developer.hashicorp.com/terraform/language/v1.11.x/resources/ephemeral#write-only-arguments).
0 commit comments