pulumi-datadog
pulumi-datadog copied to clipboard
An Datadog Pulumi resource package, providing multi-language access to Datadog
### What happened? I'm using the golang sdk and when running preview it just hangs forever. This only applies to resources from the Datadog package itself and not when using...
### What happened? Looks like we don't auto-name some (all?) resources in datadog: https://github.com/pulumi/pulumi-datadog/pull/506 All the resource with RandomString names are ones which failed without a name parameter. We handle...
Our attempts to parse Nested Schema sections fail to make sense of some of the markdown. For example in `dashboard.md` there is a following section: ```
When creating a `Datadog` provider, and running a diff on a project that includes this provider, the diff includes the `apiKey` and `appKey` in plain text. These should be masked...
When attempting to create a basic API Synthetics test of type SSL I get a 400 Bad Request error. **DETAILS** - Language: Node.js/Typescript - Pulumi version: 2.16.2 - Pulumi Datadog...
Add an acceptance test to regress against bugs like https://github.com/pulumi/pulumi-datadog/issues/276
## Hello! - Vote on this issue by adding a 👍 reaction - To contribute a fix for this issue, leave a comment (and link to your pull request, if...
File: [themes/default/content/registry/packages/datadog/api-docs/monitorjson/_index.md](https://www.pulumi.com/registry/packages/datadog/api-docs/monitorjson/) Hello! I tried running the Python example to create a `MonitorJson` and I encountered the following error ```bash Diagnostics: datadog:index:MonitorJson (monitorJson): error: datadog:index/monitorJson:MonitorJson resource 'monitorJson' has a problem:...
I'm going to preface this with the fact that I'm not sure if this is an issue in Pulumi or in Terraform and I'd appreciate some help in determining where...
## Expected behavior Generated code for an imported monitor should include exactly the same message as the existing resource. ## Current behavior A monitor with `%` anywhere in its message...