-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Directly inject
aws:rds:Instance.name
into the schema (#4086)
This bypasses the need to call `shim.SchemaMap.Set` which has been removed in the latest version of the bridge. Since `"name"` is *never* witnessed by the underlying provider, it should not matter that the provider doesn't have the phony "name" field in it's map anymore. Fixes pulumi/pulumi-terraform-bridge#2101
- Loading branch information
Showing
2 changed files
with
24 additions
and
18 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