Datadog Pulumi Project Pulumi.yaml: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Managing Datadog with Pulumi =Content= <syntaxhighlight lang='yaml'> </syntaxhighlight>")
 
Line 3: Line 3:
=Content=
=Content=
<syntaxhighlight lang='yaml'>
<syntaxhighlight lang='yaml'>
name: ${PROJECT}
runtime: python
description: ${DESCRIPTION}
</syntaxhighlight>
</syntaxhighlight>

Revision as of 23:12, 19 January 2022

Internal

Content

name: ${PROJECT}
runtime: python
description: ${DESCRIPTION}