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

go rewrite - copy script and adjustments for compute #18397

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changelog/10929.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
2 changes: 1 addition & 1 deletion google/services/compute/resource_compute_interconnect.go
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ otherwise the request will fail with error 412 conditionNotMet.`,
"operational_status": {
Type: schema.TypeString,
Computed: true,
Description: `The current status of this Interconnect's functionality, which can take one of the following values:
Description: `The current status of this Interconnect's functionality, which can take one of the following:
- OS_ACTIVE: A valid Interconnect, which is turned up and is ready to use. Attachments may
be provisioned on this Interconnect.
- OS_UNPROVISIONED: An Interconnect that has not completed turnup. No attachments may be
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/compute_interconnect.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ In addition to the arguments listed above, the following computed attributes are
Creation timestamp in RFC3339 text format.

* `operational_status` -
The current status of this Interconnect's functionality, which can take one of the following values:
The current status of this Interconnect's functionality, which can take one of the following:
- OS_ACTIVE: A valid Interconnect, which is turned up and is ready to use. Attachments may
be provisioned on this Interconnect.
- OS_UNPROVISIONED: An Interconnect that has not completed turnup. No attachments may be
Expand Down