Skip to content

Commit

Permalink
Updating the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Sep 19, 2017
1 parent 978c976 commit 3822292
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/r/app_service.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: |-
---

# azurerm\_app\_service
# azurerm_app_service

Manages an App Service (within an App Service Plan).

Expand Down Expand Up @@ -62,9 +62,9 @@ The following arguments are supported:

* `connection_string` - (Optional) An `connection_string` block as defined below.

* `client_affinity_enabled` - (Optional) TODO: COMPLETE ME. Changing this forces a new resource to be created.
* `client_affinity_enabled` - (Optional) Should the App Service send session affinity cookies, which route client requests in the same session to the same instance? Changing this forces a new resource to be created.

* `enabled` - (Optional) TODO: COMPLETE ME. Changing this forces a new resource to be created.
* `enabled` - (Optional) Is the App Service Enabled? Changing this forces a new resource to be created.

* `site_config` - (Optional) A `site_config` object as defined below.

Expand Down

0 comments on commit 3822292

Please sign in to comment.