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
**NOTE** When a Stream Processor is updated without specifying the state, it is stopped and then restored to previous state upon update completion.
142
142
-`stats` (String) The stats associated with the stream processor. Refer to the [MongoDB Atlas Docs](https://www.mongodb.com/docs/atlas/atlas-stream-processing/manage-stream-processor/#view-statistics-of-a-stream-processor) for more information.
143
+
-`tier` (String) Selected tier for the Stream Processor. Configures Memory / VCPU allowances.
-`delete_on_create_timeout` (Boolean) Indicates whether to delete the resource being created if a timeout is reached when waiting for completion. When set to `true` and timeout occurs, it triggers the deletion and returns immediately without waiting for deletion to complete. When set to `false`, the timeout will not trigger resource deletion. If you suspect a transient error when the value is `true`, wait before retrying to allow resource deletion to finish. Default is `true`.
142
143
-`instance_name` (String, Deprecated) Label that identifies the stream processing workspace.
143
144
-`options` (Attributes) Optional configuration for the stream processor. (see [below for nested schema](#nestedatt--options))
144
-
-`state` (String) The state of the stream processor. Commonly occurring states are 'CREATED', 'STARTED', 'STOPPED' and 'FAILED'. Used to start or stop the Stream Processor. Valid values are `CREATED`, `STARTED` or `STOPPED`. When a Stream Processor is created without specifying the state, it will default to `CREATED` state. When a Stream Processor is updated without specifying the state, it will default to the Previous state.
145
+
-`state` (String) The state of the stream processor. Commonly occurring states are 'CREATED', 'STARTED', 'STOPPED' and 'FAILED'. Used to start or stop the Stream Processor. Valid values are `CREATED`, `STARTED` or `STOPPED`. When a Stream Processor is created without specifying the state, it will default to `CREATED` state. When a Stream Processor is updated without specifying the state, it will default to the Previous state.
145
146
146
147
**NOTE** When a Stream Processor is updated without specifying the state, it is stopped and then restored to previous state upon update completion.
148
+
-`tier` (String) Selected tier for the Stream Processor. Configures Memory / VCPU allowances.
147
149
-`timeouts` (Attributes) (see [below for nested schema](#nestedatt--timeouts))
148
150
-`workspace_name` (String) Label that identifies the stream processing workspace.
MarkdownDescription: "The stats associated with the stream processor. Refer to the [MongoDB Atlas Docs](https://www.mongodb.com/docs/atlas/atlas-stream-processing/manage-stream-processor/#view-statistics-of-a-stream-processor) for more information.",
97
97
},
98
+
"tier": schema.StringAttribute{
99
+
Optional: true,
100
+
Computed: true,
101
+
MarkdownDescription: "Selected tier for the Stream Processor. Configures Memory / VCPU allowances.",
0 commit comments