-
Notifications
You must be signed in to change notification settings - Fork 383
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[datadog_downtime_schedule] GA the resource (#2090)
* [datadog_downtime_schedule] GA the resource * [datadog_downtime] Deprecate the resource * Run make docs
- Loading branch information
1 parent
4d9aec0
commit eeec314
Showing
4 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,7 +80,7 @@ func (r *DowntimeScheduleResource) Metadata(_ context.Context, request resource. | |
|
||
func (r *DowntimeScheduleResource) Schema(_ context.Context, _ resource.SchemaRequest, response *resource.SchemaResponse) { | ||
response.Schema = schema.Schema{ | ||
Description: "Provides a Datadog DowntimeSchedule resource. This can be used to create and manage Datadog downtimes. **NOTE:** Currently in private beta. To request access, contact Support at [email protected].", | ||
Description: "Provides a Datadog DowntimeSchedule resource. This can be used to create and manage Datadog downtimes.", | ||
Attributes: map[string]schema.Attribute{ | ||
"display_timezone": schema.StringAttribute{ | ||
Optional: true, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,12 @@ | |
page_title: "datadog_downtime_schedule Resource - terraform-provider-datadog" | ||
subcategory: "" | ||
description: |- | ||
Provides a Datadog DowntimeSchedule resource. This can be used to create and manage Datadog downtimes. NOTE: Currently in private beta. To request access, contact Support at [email protected]. | ||
Provides a Datadog DowntimeSchedule resource. This can be used to create and manage Datadog downtimes. | ||
--- | ||
|
||
# datadog_downtime_schedule (Resource) | ||
|
||
Provides a Datadog DowntimeSchedule resource. This can be used to create and manage Datadog downtimes. **NOTE:** Currently in private beta. To request access, contact Support at [email protected]. | ||
Provides a Datadog DowntimeSchedule resource. This can be used to create and manage Datadog downtimes. | ||
|
||
## Example Usage | ||
|
||
|