Skip to content

Commit

Permalink
chore: modify docs and description
Browse files Browse the repository at this point in the history
  • Loading branch information
sugar-cat7 committed Apr 15, 2024
1 parent 004312f commit b7e7568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/services/containerapps/helpers/container_apps.go
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ func ContainerAppIngressIpSecurityRestriction() *pluginsdk.Schema {
Type: pluginsdk.TypeString,
Required: true,
ValidateFunc: validation.Any(validation.IsCIDR, validation.IsIPAddress),
Description: "CIDR notation to match incoming IP address.",
Description: "The incoming IP address or range of IP addresses (in CIDR notation).",
},

"name": {
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/container_app.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ A `ip_security_restriction` block supports the following:

* `description` - (Optional) Describe the IP restriction rule that is being sent to the container-app.

* `ip_address_range` - (Required) CIDR notation to match incoming IP address.
* `ip_address_range` - (Required) The incoming IP address or range of IP addresses (in CIDR notation).

* `name` - (Required) Name for the IP restriction rule.

Expand Down

0 comments on commit b7e7568

Please sign in to comment.