pulumi/pkg/resource
Abhinav Gupta 633efb823b
engine: Propagate options to MLCs
In the engine, propagate the following options to provider.Construct:

- additionalSecretOutputs
- customTimeouts
- deleteBeforeReplace
- deletedWith
- ignoreChanges
- replaceOnChanges
- retainOnDelete

Note that in RegisterResource, there's a bit that goes:

    if remote {
        provider.Construct(...)
    } else {
        resource.NewGoal(...)
    }

With this change, all information passed to resource.NewGoal
is also touched for provider.Construct in some form.
2023-04-21 10:58:57 -07:00
..
analyzer all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
deploy engine: Propagate options to MLCs 2023-04-21 10:58:57 -07:00
edit all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
graph all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
provider all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
stack This commit adds the `Created` and `Modified` timestamps to pulumi state that are optional. 2023-03-27 09:28:26 -07:00
testdata ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00