pulumi/pkg/codegen/convert
Will Jones 2029d17d36
Fix mapping in the presence of hardcoded entries (#18680)
In adding parameterization support to the `Mapper` interface (#18671),
we broke the ability to use hardcoded mappings as an alternative to
plugin mappings. This change restores that and adds a test so that we
hopefully won't miss it again.
2025-02-21 21:13:42 +00:00
..
base_plugin_mapper.go Fix mapping in the presence of hardcoded entries (#18680) 2025-02-21 21:13:42 +00:00
base_plugin_mapper_test.go Fix mapping in the presence of hardcoded entries (#18680) 2025-02-21 21:13:42 +00:00
caching_mapper.go Support parameterized mappings when converting code (#18671) 2025-02-21 15:02:08 +00:00
caching_mapper_test.go Support parameterized mappings when converting code (#18671) 2025-02-21 15:02:08 +00:00
mapper.go Support parameterized mappings when converting code (#18671) 2025-02-21 15:02:08 +00:00
mapper_client.go Support parameterized mappings when converting code (#18671) 2025-02-21 15:02:08 +00:00
mapper_server.go Support parameterized mappings when converting code (#18671) 2025-02-21 15:02:08 +00:00
provider_factory.go Support parameterized mappings when converting code (#18671) 2025-02-21 15:02:08 +00:00