Datadog Pulumi Project Pulumi.yaml: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 5: Line 5:
=Content=
=Content=
<syntaxhighlight lang='yaml'>
<syntaxhighlight lang='yaml'>
name: ${PROJECT}
name: datadog-example
runtime: python
runtime:
description: ${DESCRIPTION}
  name: python
  options:
    virtualenv: venv
description: An experimental Datadog Pulumi project.
</syntaxhighlight>
</syntaxhighlight>

Revision as of 23:14, 19 January 2022

Internal

Content

name: datadog-example
runtime:
  name: python
  options:
    virtualenv: venv
description: An experimental Datadog Pulumi project.