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: datadog-example
name: some-project
runtime:
runtime:
   name: python
   name: python
   options:
   options:
     virtualenv: venv
     virtualenv: venv
description: An experimental Datadog Pulumi project.
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.