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>")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Internal=
=Internal=
* [[Managing_Datadog_with_Pulumi#Project_Template|Managing Datadog with Pulumi]]
* [[Managing_Datadog_with_Pulumi#Project_Template|Managing Datadog with Pulumi]]
* [[Pulumi.yaml]]
=Content=
=Content=
<syntaxhighlight lang='yaml'>
<syntaxhighlight lang='yaml'>
name: some-project
runtime:
  name: python
  options:
    virtualenv: venv
description: Some description.
</syntaxhighlight>
</syntaxhighlight>

Latest revision as of 23:19, 19 January 2022

Internal

Content

name: some-project
runtime:
  name: python
  options:
    virtualenv: venv
description: Some description.