We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c2b2f commit 2bdd0adCopy full SHA for 2bdd0ad
content/docs/iac/languages-sdks/yaml/yaml-language-reference.md
@@ -572,10 +572,12 @@ about your current workspace.
572
```yaml
573
variables:
574
cwd: ${pulumi.cwd}
575
+ organization: ${pulumi.organization}
576
project: ${pulumi.project}
577
stack: ${pulumi.stack}
578
```
579
580
* `${pulumi.cwd}` retrieves the current working directory
581
+* `${pulumi.organization}` retrieves the current Pulumi organization
582
* `${pulumi.project}` retrieves the current project
583
* `${pulumi.stack}` retrieves the current stack
0 commit comments