Datadog Pulumi Project Pulumi.yaml: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(2 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: ${PROJECT}
name: some-project
runtime: python
runtime:
description: ${DESCRIPTION}
  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.