Datadog Pulumi Project Pulumi.yaml: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
=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.