pulumi/pkg/resource/deploy/providers
Fraser Waters 0b3a72995f
Default to UnknownID in providers.NewReference (#18630)
We were a little inconsistent in the tests if we bothered to check if ID
was empty and setting it to UnknownID or if we just passed the ID
directly. There was also a lot of duplicate code doing that empty check.
This moves the empty check to "providers.NewReference" so we can just
always pass ID directly.
2025-02-21 09:14:42 +00:00
..
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
provider.go Repalce ProviderParameterization with workspace.Parameterization (#18666) 2025-02-21 09:13:52 +00:00
provider_test.go Enable goheader rule and add missing license headers (#15473) 2024-09-09 12:05:45 +00:00
reference.go Default to UnknownID in providers.NewReference (#18630) 2025-02-21 09:14:42 +00:00
reference_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
registry.go Repalce ProviderParameterization with workspace.Parameterization (#18666) 2025-02-21 09:13:52 +00:00
registry_test.go Fix passing of Name and Type to some provider methods (#18611) 2025-02-17 10:38:10 +00:00