Skip to content

Commit d7bd3e5

Browse files
authored
[datadog_monitor_notification_rule] Update docs with preview description (#3003)
* Update docs with preview description * update description, capitalize preview
1 parent 33c5b18 commit d7bd3e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

datadog/fwprovider/resource_datadog_monitor_notification_rule.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func (r *MonitorNotificationRuleResource) Metadata(_ context.Context, request re
6464

6565
func (r *MonitorNotificationRuleResource) Schema(_ context.Context, _ resource.SchemaRequest, response *resource.SchemaResponse) {
6666
response.Schema = schema.Schema{
67-
Description: "Provides a Datadog MonitorNotificationRule resource.",
67+
Description: "Provides a Datadog MonitorNotificationRule resource. *Note: This resource is in Preview. [Request access](https://www.datadoghq.com/product-preview/monitor-notification-rules/).*",
6868
Attributes: map[string]schema.Attribute{
6969
"id": utils.ResourceIDAttribute(),
7070
"name": schema.StringAttribute{

docs/resources/monitor_notification_rule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
page_title: "datadog_monitor_notification_rule Resource - terraform-provider-datadog"
44
subcategory: ""
55
description: |-
6-
Provides a Datadog MonitorNotificationRule resource.
6+
Provides a Datadog MonitorNotificationRule resource. Note: This resource is in Preview. Request access https://www.datadoghq.com/product-preview/monitor-notification-rules/.
77
---
88

99
# datadog_monitor_notification_rule (Resource)
1010

11-
Provides a Datadog MonitorNotificationRule resource.
11+
Provides a Datadog MonitorNotificationRule resource. *Note: This resource is in Preview. [Request access](https://www.datadoghq.com/product-preview/monitor-notification-rules/).*
1212

1313
## Example Usage
1414

0 commit comments

Comments
 (0)