pulumi/pkg/engine/lifecycletest
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_test.go Fix spelling in 'lifecycletest' package name. (#9939) 2022-06-22 23:18:17 -04:00
delete_before_replace_test.go all: Drop //nolint:goconst 2023-03-09 11:15:21 -08:00
golang_sdk_test.go all: Drop //nolint:goconst 2023-03-09 11:15:21 -08:00
import_test.go This commit adds the `Created` and `Modified` timestamps to pulumi state that are optional. 2023-03-27 09:28:26 -07:00
pending_delete_test.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
provider_test.go Resources now inherit the `DeletedWith` Resource Option across SDKs. 2023-06-02 09:20:26 -07:00
pulumi_test.go Add a few more tests for IgnoreChanges with arrays 2023-05-25 17:05:29 +01:00
refresh_test.go This commit adds the `Created` and `Modified` timestamps to pulumi state that are optional. 2023-03-27 09:28:26 -07:00
resource_reference_test.go all: Drop //nolint:goconst 2023-03-09 11:15:21 -08:00
step_generator_test.go chore: Renames existing aliases field to AliasURNs 2022-10-11 17:56:32 -04:00
target_test.go Fix --replace behavior regression 2023-05-26 12:29:01 -07:00
test_plan.go [snapshot] Add diff benchmarks and more tests 2023-05-10 17:13:20 -07:00
update_plan_test.go Fix --replace behavior regression 2023-05-26 12:29:01 -07:00