Skip to content

Commit c109e1b

Browse files
authored
docs: data.azurerm_api_management - replace outdated sku block with sku_name property (#30921)
1 parent 83b56c2 commit c109e1b

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

website/docs/d/api_management.html.markdown

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ output "api_management_id" {
6767

6868
* `scm_url` - The SCM (Source Code Management) endpoint.
6969

70-
* `sku` - A `sku` block as documented below.
70+
* `sku_name` - The SKU of the API Management Service consisting of the name and capacity, separated by an underscore.
7171

7272
* `tenant_access` - A `tenant_access` block as defined below.
7373

@@ -171,14 +171,6 @@ A `scm` block exports the following:
171171

172172
---
173173

174-
A `sku` block exports the following:
175-
176-
* `name` - Specifies the plan's pricing tier.
177-
178-
* `capacity` - Specifies the number of units associated with this API Management service.
179-
180-
---
181-
182174
A `tenant_access` block exports the following:
183175

184176
* `enabled` - Is access to the Management API enabled (presumably "for this Tenant")?

0 commit comments

Comments
 (0)