Skip to content

Commit

Permalink
Merge pull request #7283 from jbinko/fix/app_service_environment-ilb-…
Browse files Browse the repository at this point in the history
…doc-update

app_service_environment resource is missing description for existing argument internal_load_balancing_mode
  • Loading branch information
tombuildsstuff authored Jun 10, 2020
2 parents 03342d1 + c9ac6ff commit 99b2d6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/r/app_service_environment.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ resource "azurerm_app_service_environment" "example" {

~> **NOTE** a /24 or larger CIDR is required. Once associated with an ASE this size cannot be changed.

* `internal_load_balancing_mode` - (Optional) Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment. Possible values are `None`, `Web` and `Publishing`. Defaults to `None`.

* `pricing_tier` - (Optional) Pricing tier for the front end instances. Possible values are `I1`, `I2` and `I3`. Defaults to `I1`.

* `front_end_scale_factor` - (Optional) Scale factor for front end instances. Possible values are between `5` and `15`. Defaults to `15`.
Expand Down

0 comments on commit 99b2d6b

Please sign in to comment.