Skip to content

Commit 0dc0228

Browse files
fix typo in compute_instance (#11508) (#8041)
[upstream:5f652ac14fd7d0faaf627dfb5f6982687cea40fd] Signed-off-by: Modular Magician <[email protected]>
1 parent 5839022 commit 0dc0228

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.changelog/11508.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

website/docs/d/compute_instance.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The following arguments are supported:
8787

8888
* `enable_display` - Whether the instance has virtual displays enabled.
8989

90-
* `current_status` - The current status of the instance. This could be one of the following values: PROVISIONING, STAGING, RUNNING, STOPPING, SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED. For more information about the status of the instance, see [Instance life cycle](https://cloud.google.com/compute/docs/instances/instance-life-cycle).`,
90+
* `current_status` - The current status of the instance. This could be one of the following values: PROVISIONING, STAGING, RUNNING, STOPPING, SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED. For more information about the status of the instance, see [Instance life cycle](https://cloud.google.com/compute/docs/instances/instance-life-cycle).
9191

9292
* `network_interface.0.network_ip` - The internal ip address of the instance, either manually or dynamically assigned.
9393

website/docs/r/compute_instance.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ exported:
600600
* `ipv6_access_type` - One of EXTERNAL, INTERNAL to indicate whether the IP can be accessed from the Internet.
601601
This field is always inherited from its subnetwork.
602602

603-
* `current_status` - The current status of the instance. This could be one of the following values: PROVISIONING, STAGING, RUNNING, STOPPING, SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED. For more information about the status of the instance, see [Instance life cycle](https://cloud.google.com/compute/docs/instances/instance-life-cycle).`,
603+
* `current_status` - The current status of the instance. This could be one of the following values: PROVISIONING, STAGING, RUNNING, STOPPING, SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED. For more information about the status of the instance, see [Instance life cycle](https://cloud.google.com/compute/docs/instances/instance-life-cycle).
604604

605605
* `network_interface.0.network_ip` - The internal ip address of the instance, either manually or dynamically assigned.
606606

0 commit comments

Comments
 (0)