Managing Datadog with Pulumi: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 13: Line 13:


=<span id='Datadog_Provider'></span>Datadog Resource Provider=
=<span id='Datadog_Provider'></span>Datadog Resource Provider=
The Datadog resource provider is an implementation of [[Pulumi_Architecture#Resource_Provider|Pulumi resource provider]] aimed at allowing Pulumi to provision infrastructure on a Datadog backend.
The Datadog resource provider is an implementation of [[Pulumi_Architecture#Resource_Provider|Pulumi resource provider]] aimed at allowing Pulumi to provision infrastructure on a Datadog backend. The latest version of the Python implementation is available here: https://pypi.org/project/pulumi-datadog/
==Datadog SDK Installation==
==Datadog SDK Installation==
<syntaxhighlight lang='bash'>
<syntaxhighlight lang='bash'>
pip install pulumi_datadog
pip install pulumi_datadog
</syntaxhighlight>
</syntaxhighlight>

Revision as of 21:26, 14 January 2022

External

Datadog SDK Internal

Datadog Resource Provider

The Datadog resource provider is an implementation of Pulumi resource provider aimed at allowing Pulumi to provision infrastructure on a Datadog backend. The latest version of the Python implementation is available here: https://pypi.org/project/pulumi-datadog/

Datadog SDK Installation

pip install pulumi_datadog