File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
website/docs/docs/concepts Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -82,10 +82,11 @@ Every instance includes:
8282
83831. **State**: High-level status
8484
85- - ` Running`: All resources are ready
86- - `Progressing` : Working towards desired state
87- - `Failed` : Error occurred
88- - `Terminating` : Being deleted
85+ - ` ACTIVE`: Indicates that the instance is successfully running and active.
86+ - `IN_PROGRESS` : Indicates that the instance is currently being processed or reconciled.
87+ - `FAILED` : Indicates that the instance has failed to be properly reconciled.
88+ - `DELETING` : Indicates that the instance is in the process of being deleted.
89+ - `ERROR` : Indicates that an error occurred during instance processing.
8990
90912. **Conditions** : Detailed status information
9192
You can’t perform that action at this time.
0 commit comments