Pulumi.yaml

From NovaOrdis Knowledge Base
Revision as of 23:52, 14 January 2022 by Ovidiu (talk | contribs) (Created page with "=External= * https://www.pulumi.com/docs/reference/pulumi-yaml/ =Internal= * Pulumi Concepts =Overview= =Example= <font size=-1> #name|name...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

External

Internal

Overview

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.