pulumi/pkg/resource
Kyle Dixler 653adbe621
Resources now inherit the `DeletedWith` Resource Option across SDKs.
This is implemented in the engine and interprets the empty string `""`
to inherit the value from the resource's parent if it exists signifying
that it was unspecified by the user's program. There is currently no way
to override this in a child to unset it when set by the parent, but can
be addressed by not parenting the resource to a resource with
`deletedWith` set.
2023-06-02 09:20:26 -07:00
..
analyzer all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
deploy Resources now inherit the `DeletedWith` Resource Option across SDKs. 2023-06-02 09:20:26 -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 Change secret.Manager State to json.RawMessage 2023-05-22 11:21:15 +01:00
testdata ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00