Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
Signed-off-by: Sune Keller <absukl@almbrand.dk>
  • Loading branch information
sirlatrom committed May 6, 2020
1 parent e8fbce6 commit 96c5f6f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
12 changes: 12 additions & 0 deletions website/docs/d/api_management.html.markdown
Expand Up @@ -41,6 +41,8 @@ output "api_management_id" {

* `gateway_regional_url` - The URL for the Gateway in the Default Region.

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

* `hostname_configuration` - A `hostname_configuration` block as defined below.

* `management_api_url` - The URL for the Management API.
Expand Down Expand Up @@ -73,6 +75,16 @@ A `additional_location` block exports the following:

---

A `identity` block exports the following:

~> **Note:** User Assigned Managed Identities are in Preview

* `type` - Specifies the type of Managed Service Identity that is configured on this API Management Service.

* `identity_ids` - A list of IDs for User Assigned Managed Identity resources to be assigned.

---

A `hostname_configuration` block exports the following:

* `management` - One or more `management` blocks as documented below.
Expand Down
6 changes: 5 additions & 1 deletion website/docs/r/api_management.html.markdown
Expand Up @@ -118,7 +118,11 @@ A `hostname_configuration` block supports the following:

A `identity` block supports the following:

* `type` - (Required) Specifies the type of Managed Service Identity that should be configured on this API Management Service. At this time the only supported value is`SystemAssigned`.
~> **Note:** User Assigned Managed Identities are in Preview

* `type` - (Required) Specifies the type of Managed Service Identity that should be configured on this API Management Service. Possible values are `SystemAssigned`, `UserAssigned` or `SystemAssigned, UserAssigned` (to enable both).

* `identity_ids` - (Optional) A list of IDs for User Assigned Managed Identity resources to be assigned.

---

Expand Down

0 comments on commit 96c5f6f

Please sign in to comment.