Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding the NOT_STARTED option to the desired_state documentation for datastream #14212

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion google/resource_datastream_stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,7 @@ will be encrypted using an internal Stream-specific encryption key provisioned t
Type: schema.TypeString,
Optional: true,
Default: "NOT_STARTED",
Description: `Desired state of the Stream. Set this field to 'RUNNING' to start the stream, and 'PAUSED' to pause the stream.`,
Description: `Desired state of the Stream. Set this field to 'RUNNING' to start the stream, 'NOT_STARTED' to not start the stream and 'PAUSED' to pause the stream from a 'RUNNING' state.`,
},
"project": {
Type: schema.TypeString,
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/datastream_stream.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,7 @@ The following arguments are supported:
* `project` - (Optional) The ID of the project in which the resource belongs.
If it is not provided, the provider project is used.

* `desired_state` - (Optional) Desired state of the Stream. Set this field to `RUNNING` to start the stream, and `PAUSED` to pause the stream.
* `desired_state` - (Optional) Desired state of the Stream. Set this field to `RUNNING` to start the stream, `NOT_STARTED` to not start the stream and `PAUSED` to pause the stream from a `RUNNING` state.


<a name="nested_backfill_all"></a>The `backfill_all` block supports:
Expand Down