You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| modified_at | A date and time value in the format YYYY-MM-DDTHH:mm:ssZ or YYYY-MM-DDTHH:mm:ss.sssZ to match the date and time format as specified by RFC 3339. |
55
55
| outputs | The outputs of a Schematics template property. |
56
56
| references | The resolved references that are used by the configuration. |
57
-
| state | The state of the configuration. |
58
57
| state_code | Computed state code clarifying the prerequisites for validation for the configuration. |
59
58
| config_error | The error from config actions. |
60
59
| href | A Url. |
60
+
| container_state | The aggregate state from all deployabe architectures that are included in this configuration. |
61
+
| container_state_code | Computed state code clarifying the prerequisites for validation for the configuration. |
61
62
| is_draft | The flag that indicates whether the version of the configuration is draft, or active. |
62
63
| last_saved_at | A date and time value in the format YYYY-MM-DDTHH:mm:ssZ or YYYY-MM-DDTHH:mm:ss.sssZ to match the date and time format as specified by RFC 3339. |
63
64
| project | The project that is referenced by this resource. |
65
+
| state | The state of the configuration. |
64
66
| update_available | The flag that indicates whether a configuration update is available. |
65
67
| template_id | The stack definition identifier. |
66
68
| member_of | The stack config parent of which this configuration is a member of. |
@@ -159,14 +161,16 @@ data "ibm_project_config" "project_config_instance" {
159
161
| modified_at | A date and time value in the format YYYY-MM-DDTHH:mm:ssZ or YYYY-MM-DDTHH:mm:ss.sssZ to match the date and time format as specified by RFC 3339. |
160
162
| outputs | The outputs of a Schematics template property. |
161
163
| references | The resolved references that are used by the configuration. |
162
-
| state | The state of the configuration. |
163
164
| state_code | Computed state code clarifying the prerequisites for validation for the configuration. |
164
165
| config_error | The error from config actions. |
165
166
| href | A Url. |
167
+
| container_state | The aggregate state from all deployabe architectures that are included in this configuration. |
168
+
| container_state_code | Computed state code clarifying the prerequisites for validation for the configuration. |
166
169
| is_draft | The flag that indicates whether the version of the configuration is draft, or active. |
167
170
| last_saved_at | A date and time value in the format YYYY-MM-DDTHH:mm:ssZ or YYYY-MM-DDTHH:mm:ss.sssZ to match the date and time format as specified by RFC 3339. |
168
171
| project | The project that is referenced by this resource. |
169
172
| schematics | A Schematics workspace that is associated to a project configuration, with scripts. |
173
+
| state | The state of the configuration. |
170
174
| update_available | The flag that indicates whether a configuration update is available. |
171
175
| template_id | The stack definition identifier. |
172
176
| member_of | The stack config parent of which this configuration is a member of. |
0 commit comments