Skip to content

Commit 2bdd0ad

Browse files
Add pulumi.organization to the YAML built-in variables section. (#15726)
1 parent f4c2b2f commit 2bdd0ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/docs/iac/languages-sdks/yaml/yaml-language-reference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -572,10 +572,12 @@ about your current workspace.
572572
```yaml
573573
variables:
574574
cwd: ${pulumi.cwd}
575+
organization: ${pulumi.organization}
575576
project: ${pulumi.project}
576577
stack: ${pulumi.stack}
577578
```
578579

579580
* `${pulumi.cwd}` retrieves the current working directory
581+
* `${pulumi.organization}` retrieves the current Pulumi organization
580582
* `${pulumi.project}` retrieves the current project
581583
* `${pulumi.stack}` retrieves the current stack

0 commit comments

Comments
 (0)