Skip to content

Commit 7148696

Browse files
Enhance project file documentation for infra Pulumi YAML (#16676)
* Enhance project file documentation for infra Pulumi YAML Fixes #16674 Expanded explanation of the project file's role in Pulumi YAML programs by adding details about top-level attributes. Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
1 parent 2cf9a52 commit 7148696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/iac/concepts/projects/project-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ aliases:
2222
Every Pulumi program has a project file, `Pulumi.yaml`, which specifies metadata about your project, such as the project name and language runtime. The project file must begin with a capital `P` and have an extension of either `.yml` or `.yaml`. For more information about Pulumi projects, see the following [Pulumi projects overview](/docs/intro/concepts/project/).
2323

2424
{{< notes >}}
25-
For Pulumi programs specifically written in Pulumi YAML, the project file not only serves as a configuration and metadata repository but also contains the program's infrastructure definition itself. To learn more, see [Pulumi YAML](/docs/intro/languages/yaml/).
25+
For Pulumi programs specifically written in Pulumi YAML, the project file not only serves as a configuration and metadata repository but also contains the program's infrastructure definition itself. For instance, `resources`, `variables`, and `outputs` are [top-level properties that define your infrastructure](/docs/iac/languages-sdks/yaml/yaml-language-reference/). To learn more, see [Pulumi YAML](/docs/intro/languages/yaml/).
2626
{{< /notes >}}
2727

2828
## Attributes

0 commit comments

Comments
 (0)