Pulumi.yaml: Difference between revisions
Jump to navigation
Jump to search
(→name) |
|||
Line 23: | Line 23: | ||
==<tt>name</tt>== | ==<tt>name</tt>== | ||
Required attribute that specifies the [[Pulumi_Concepts#Project_Name|project name]]. | Required attribute that specifies the [[Pulumi_Concepts#Project_Name|project name]]. | ||
==<tt>runtime</tt>== | |||
==<tt>description</tt>== | |||
==<tt>template</tt>== |
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.