State
State
JSON Example
{
"phase": "string",
"sub_phase": "string",
"display_name": "string",
"error_msg": "string",
"error_code": "string",
"provider": "string",
"internal_error_msg": "string",
"internal_error_code": "string"
}
phase
Required
Resource Lifecycle high level STATE
Possible values are :
PENDING,
READY,
DELETED,
FAILED,
CANCELED,
string
sub_phase
Optional
sub phase to the high level phase
string
display_name
Optional
Internationalized state name
string
error_msg
Optional
Error message on failed states
string
error_code
Optional
Unique code identifying the error
string
provider
Optional
Custom provider information
string
internal_error_msg
Optional
Internal error message on failed states
string
internal_error_code
Optional
Internal unique code identifying the error