mirror of https://github.com/pulumi/pulumi.git
7e0dd3f3c2
`Created`: Created tracks when the remote resource was first added to state by pulumi. Checkpoints prior to early 2023 do not include this. (Create, Import) `Modified`: Modified tracks when the resource state was last altered. Checkpoints prior to early 2023 do not include this. (Create, Import, Read, Refresh, Update) When serialized they will follow RFC3339 with nanoseconds captured by a test case. https://pkg.go.dev/time#RFC3339 Note: Older versions of pulumi may strip these fields when modifying the state. For future expansion, when we inevitably need to track other timestamps, we'll add a new "operationTimestamps" field (or something similarly named that clarified these are timestamps of the actual Pulumi operations). operationTimestamps: { created: ..., updated: ..., imported: ..., } Fixes https://github.com/pulumi/pulumi/issues/12022 |
||
---|---|---|
.. | ||
testdata | ||
checkpoint.go | ||
checkpoint_test.go | ||
deployment.go | ||
deployment_test.go | ||
doc.go | ||
plan.go | ||
secrets.go | ||
secrets_test.go |