Skip to content

Commit

Permalink
Add website documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
francescopersico committed Feb 15, 2020
1 parent 7caa4a0 commit 87a962d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions website/docs/r/api_management.html.markdown
Expand Up @@ -81,6 +81,10 @@ The following arguments are supported:

* `sign_up` - (Optional) A `sign_up` block as defined below.

* `virtual_network_type` - (Optional) The type of virtual network you want to use, valid values include: `None`, `External`, `Internal`.

* `virtual_network_configuration` - (Optional) A `virtual_network_configuration` block as defined below. Required when `virtual_network_type` is `External` or `Internal`.

* `tags` - (Optional) A mapping of tags assigned to the resource.

---
Expand Down Expand Up @@ -256,6 +260,12 @@ A `sign_up` block supports the following:

---

A `virtual_network_configuration` block supports the following:

* `subnet_id` - (Required) The id of the subnet that will be used for the API Management.

---

A `terms_of_service` block supports the following:

* `consent_required` - (Required) Should the user be asked for consent during sign up?
Expand Down

0 comments on commit 87a962d

Please sign in to comment.