Skip to content

Commit

Permalink
Add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joakimhew committed Feb 23, 2019
1 parent b12ea01 commit aac68ff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/docs/r/app_service.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ The following arguments are supported:

* `websockets_enabled` - (Optional) Should WebSockets be enabled?

* `cors` - (Optional) CORS settings

---

`ip_restriction` supports the following:
Expand Down Expand Up @@ -241,6 +243,12 @@ The following attributes are exported:
* `repo_url` - URL of the Git repository for this App Service.
* `branch` - Branch name of the Git repository for this App Service.

---

`cors` supports the following:

* `allowed_origins` - (Required) List of allowed origins

## Import

App Services can be imported using the `resource id`, e.g.
Expand Down

0 comments on commit aac68ff

Please sign in to comment.