Skip to content

Commit

Permalink
[sdk/python] Fix comment about ROOT_STACK_RESOURCE
Browse files Browse the repository at this point in the history
Looks like this was copied from the Node.js SDK. It should be `ROOT_STACK_RESOURCE` not `rootStackResource` for Python.
  • Loading branch information
justinvp committed Jun 29, 2023
1 parent af1cbee commit 62183dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/lib/pulumi/resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class Alias:
parent of the resource is used (`opts.parent` if provided, else the implicit stack resource
parent).
To specify no original parent, use `Alias(parent=pulumi.rootStackResource)`.
To specify no original parent, use `Alias(parent=pulumi.ROOT_STACK_RESOURCE)`.
"""

stack: Optional["Input[str]"]
Expand Down

0 comments on commit 62183dd

Please sign in to comment.