Skip to content

Commit

Permalink
go rewrite - copy script and adjustments for compute (#10929) (#18397)
Browse files Browse the repository at this point in the history
[upstream:4982932857a2423f3c8cbd684d8dcb31110404d9]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Jun 11, 2024
1 parent 411292c commit 928499b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
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

0 comments on commit 928499b

Please sign in to comment.