Skip to content

Commit 44620a7

Browse files
committed
Fix docs
1 parent ec9460f commit 44620a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/docs/r/virtual_network_gateway.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,13 @@ The following arguments are supported:
148148

149149
* `max_scale_unit` - (Optional) The maximum scale unit for the Virtual Network Gateway, possible values are `1` through `40`.
150150

151-
~> `max_scale_unit` is only supported for the `ErGwScale` SKU.
151+
~> **Note:** `max_scale_unit` is only supported for the `ErGwScale` SKU.
152152

153153
* `min_scale_unit` - (Optional) The minimum scale unit for the Virtual Network Gateway, possible values are `1` through `40`.
154154

155-
~> `min_scale_unit` is only supported for the `ErGwScale` SKU.
155+
~> **Note:** `min_scale_unit` is only supported for the `ErGwScale` SKU.
156156

157-
~> To configure a `fixed-size` gateway, set `min_scale_unit` and `max_scale_unit` to the same value. To enable `autoscaling`, set `min_scale_unit` to `2` or higher and `max_scale_unit` up to `40`. When `max_scale_unit` is set to `1`, `min_scale_unit` must also be set to `1`.
157+
~> **Note:** To configure a `fixed-size` gateway, set `min_scale_unit` and `max_scale_unit` to the same value. To enable `autoscaling`, set `min_scale_unit` to `2` or higher and `max_scale_unit` up to `40`. When `max_scale_unit` is set to `1`, `min_scale_unit` must also be set to `1`.
158158

159159
* `policy_group` - (Optional) One or more `policy_group` blocks as defined below.
160160

0 commit comments

Comments
 (0)