Pulumi.yaml: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= * https://www.pulumi.com/docs/reference/pulumi-yaml/ =Internal= * Pulumi Concepts =Overview= =Example= <font size=-1> #name|name...")
 
Line 4: Line 4:
* [[Pulumi_Concepts#Pulumi.yaml|Pulumi Concepts]]
* [[Pulumi_Concepts#Pulumi.yaml|Pulumi Concepts]]
=Overview=
=Overview=
<code>Pulumi.yaml</code> contains the project definition. The name must begin with a capital "P", and both "yaml" and "yaml" extensions are valid.


=Example=
=Example=

Revision as of 23:54, 14 January 2022

External

Internal

Overview

Pulumi.yaml contains the project definition. The name must begin with a capital "P", and both "yaml" and "yaml" extensions are valid.

Example

name: simple-aws 
runtime:
  name: python
  options:
    virtualenv: venv
description: An experimental AWS Pulumi project.
template:
  description: ...
  config:
    aws:profile: ...

Elements

name

Required attribute that specifies the project name.