pulumi/pkg/resource
Thomas Gummerer 214e04a4e4 only deny creation for default providers, not fetching it
When the `disable-default-providers` settings is set, we want to make
sure to not create any new default providers implicitly.  However
programmatic default providers are explicitly set, but they are using
the same `defaultProviders` implementation.  When we have already set
a default provider through the programmatic default provider
mechanism, we don't want to error out here.

It's safe to just move the loading of the default provider above the
denyCreation check, as we won't set an implicit default provider if
this setting is set, so we'll always hit the denyCreation code.
2024-06-05 11:17:41 +02:00
..
analyzer Clean up uses of .Error() (#14965) 2023-12-20 15:54:06 +00:00
deploy only deny creation for default providers, not fetching it 2024-06-05 11:17:41 +02:00
edit Rewrite `DeletedWith` properties when renaming stacks (#16216) 2024-05-16 15:09:32 +00:00
graph Better handle property dependencies and `deletedWith` (#16088) 2024-05-03 17:08:06 +00:00
provider turn on the golangci-lint exhaustive linter (#15028) 2024-01-17 16:50:41 +00:00
stack Revert "Revert "Run integration tests and dev builds with race detection" (#15998)" (#16148) 2024-05-09 16:15:41 +00:00
testdata ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00