Skip to content

Commit

Permalink
Doc Fix: azurerm_storage_account - Clarifying that /31 and /32 cidr…
Browse files Browse the repository at this point in the history
… ranges are not allowed in `ip_rules` (#20870)
  • Loading branch information
jpmicrosoft authored Mar 9, 2023
1 parent 0a2fd9a commit a4b0c43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/docs/r/storage_account.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,8 @@ A `network_rules` block supports the following:

* `default_action` - (Required) Specifies the default action of allow or deny when no other rules match. Valid options are `Deny` or `Allow`.
* `bypass` - (Optional) Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Valid options are any combination of `Logging`, `Metrics`, `AzureServices`, or `None`.
* `ip_rules` - (Optional) List of public IP or IP ranges in CIDR Format. Only IPv4 addresses are allowed. Private IP address ranges (as defined in [RFC 1918](https://tools.ietf.org/html/rfc1918#section-3)) are not allowed.
* `ip_rules` - (Optional) List of public IP or IP ranges in CIDR Format. Only IPv4 addresses are allowed. /31 CIDRs, /32 CIDRs, and Private IP address ranges (as defined in [RFC 1918](https://tools.ietf.org/html/rfc1918#section-3)), are not allowed.

* `virtual_network_subnet_ids` - (Optional) A list of resource ids for subnets.

* `private_link_access` - (Optional) One or More `private_link_access` block as defined below.
Expand Down

0 comments on commit a4b0c43

Please sign in to comment.