Pulumi.yaml: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 14: Line 14:
     virtualenv: venv
     virtualenv: venv
  description: An experimental AWS Pulumi project.
  description: An experimental AWS Pulumi project.
  <font color=darkkhaki>template:
  <font color=darkkhaki>[[#template|template]]:
   description: ...
   description: ...
   config:
   config:

Revision as of 00:05, 15 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.

runtime

description

template