Skip to content

Commit

Permalink
azurerm_cognitive_deployment - Update the description of the tier
Browse files Browse the repository at this point in the history
… property within the `sku` block. (hashicorp#28384)
  • Loading branch information
liuwuliuyun authored and aochsner committed Dec 31, 2024
1 parent 197dfe2 commit 1b3bce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/cognitive_deployment.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ A `sku` block supports the following:

* `name` - (Required) The name of the SKU. Possible values include `Standard`, `DataZoneStandard`, `GlobalBatch`, `GlobalStandard` and `ProvisionedManaged`.

* `tier` - (Optional) Possible values are `Free`, `Basic`, `Standard`, `Premium`, `Enterprise`. Changing this forces a new resource to be created.
* `tier` - (Optional) Possible values are `Free`, `Basic`, `Standard`, `Premium`, `Enterprise`. This property is required only when multiple tiers are available with the SKU name. Changing this forces a new resource to be created.

* `size` - (Optional) The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. Changing this forces a new resource to be created.

Expand Down

0 comments on commit 1b3bce9

Please sign in to comment.