Skip to content

Commit

Permalink
Enhance doc for interface_name field in compute_instance_group_manager (
Browse files Browse the repository at this point in the history
#7474) (#5337)

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Mar 16, 2023
1 parent 9910718 commit 4b17e57
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .changelog/7474.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
4 changes: 2 additions & 2 deletions website/docs/r/compute_instance_group_manager.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -294,13 +294,13 @@ one of which has a `target_size.percent` of `60` will create 2 instances of that

<a name="nested_stateful_internal_ip"></a>The `stateful_internal_ip` block supports:

* `interface_name` - (Required), The network interface name of the internal Ip.
* `interface_name` - (Required), The network interface name of the internal Ip. Possible value: `nic0`

* `delete_rule` - (Optional), A value that prescribes what should happen to the internal ip when the VM instance is deleted. The available options are `NEVER` and `ON_PERMANENT_INSTANCE_DELETION`. `NEVER` - detach the ip when the VM is deleted, but do not delete the ip. `ON_PERMANENT_INSTANCE_DELETION` will delete the internal ip when the VM is permanently deleted from the instance group.

<a name="nested_stateful_external_ip"></a>The `stateful_external_ip` block supports:

* `interface_name` - (Required), The network interface name of the external Ip.
* `interface_name` - (Required), The network interface name of the external Ip. Possible value: `nic0`

* `delete_rule` - (Optional), A value that prescribes what should happen to the external ip when the VM instance is deleted. The available options are `NEVER` and `ON_PERMANENT_INSTANCE_DELETION`. `NEVER` - detach the ip when the VM is deleted, but do not delete the ip. `ON_PERMANENT_INSTANCE_DELETION` will delete the external ip when the VM is permanently deleted from the instance group.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,13 +303,13 @@ one of which has a `target_size.percent` of `60` will create 2 instances of that

<a name="nested_stateful_internal_ip"></a>The `stateful_internal_ip` block supports:

* `interface_name` - (Required), The network interface name of the internal Ip.
* `interface_name` - (Required), The network interface name of the internal Ip. Possible value: `nic0`.

* `delete_rule` - (Optional), A value that prescribes what should happen to the internal ip when the VM instance is deleted. The available options are `NEVER` and `ON_PERMANENT_INSTANCE_DELETION`. `NEVER` - detach the ip when the VM is deleted, but do not delete the ip. `ON_PERMANENT_INSTANCE_DELETION` will delete the internal ip when the VM is permanently deleted from the instance group.

<a name="nested_stateful_external_ip"></a>The `stateful_external_ip` block supports:

* `interface_name` - (Required), The network interface name of the external Ip.
* `interface_name` - (Required), The network interface name of the external Ip. Possible value: `nic0`.

* `delete_rule` - (Optional), A value that prescribes what should happen to the external ip when the VM instance is deleted. The available options are `NEVER` and `ON_PERMANENT_INSTANCE_DELETION`. `NEVER` - detach the ip when the VM is deleted, but do not delete the ip. `ON_PERMANENT_INSTANCE_DELETION` will delete the external ip when the VM is permanently deleted from the instance group.

Expand Down

0 comments on commit 4b17e57

Please sign in to comment.