-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve the Ref intrinsic implementation (#243)
This change adds some tests and comments around the `Ref` intrinsic implementation and moves it to `intrinsics.ts`. The one change in behavior is that now `Ref` is able to consult Pulumi metadata from the `aws-native` provider. The metadata helps it resolve to the same values as it would in CloudFormation for resources that have non-standard `Ref` behavior. The correctness of this process is up to the correctness of the metadata tables. Entries not found in the metadata tables default to using Pulumi `id` for most cases should do the right thing. Fixes #173 Needs pulumi/pulumi-aws-native#1836 --------- Co-authored-by: Cory Hall <[email protected]>
- Loading branch information
Showing
6 changed files
with
613 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.