Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish Package Metadata [email protected] #5964

Merged
merged 1 commit into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions themes/default/content/registry/packages/datadog/_index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
# *** WARNING: This file was auto-generated. Do not edit by hand unless you're certain you know what you are doing! ***
title: Datadog Provider
meta_desc: Provides an overview on how to configure the Pulumi Datadog provider.
layout: package
Expand All @@ -12,6 +13,7 @@ The datadog provider is available as a package in all Pulumi languages:
* Go: [`github.com/pulumi/pulumi-datadog/sdk/v4/go/datadog`](https://github.com/pulumi/pulumi-datadog)
* .NET: [`Pulumi.Datadog`](https://www.nuget.org/packages/Pulumi.Datadog)
* Java: [`com.pulumi/datadog`](https://central.sonatype.com/artifact/com.pulumi/datadog)
## Overview

The [Datadog](https://www.datadoghq.com) provider is used to interact with the resources supported by Datadog. The provider needs to be configured with the proper credentials before it can be used.

Expand Down Expand Up @@ -104,8 +106,6 @@ config:

{{% /choosable %}}
{{< /chooser >}}

<!-- schema generated by tfplugindocs -->
## Configuration Reference

- `apiKey` (String, Sensitive) (Required unless validate is false) Datadog API key. This can also be set via the DD_API_KEY environment variable.
Expand All @@ -120,7 +120,7 @@ config:
- `validate` (String) Enables validation of the provided API key during provider initialization. Valid values are [`true`, `false`]. Default is true. When false, apiKey won't be checked.

<a id="nestedblock--default_tags"></a>
### Nested Configuration Reference for `defaultTags`
### Nested Schema for `defaultTags`

Optional:

Expand Down
6 changes: 3 additions & 3 deletions themes/default/data/registry/packages/datadog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ native: false
package_status: ga
publisher: Pulumi
repo_url: https://github.com/pulumi/pulumi-datadog
schema_file_path: provider/cmd/pulumi-resource-datadog/schema.json
schema_file_path: ""
title: Datadog
updated_on: 1728040177
version: v4.34.0
updated_on: 1731413116
version: v4.35.0
Loading