Skip to content

Commit

Permalink
Add new DataZoneStandard sku to azurerm_cognitive_deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
reflection committed Nov 6, 2024
1 parent b837a43 commit ccec164
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ func (r CognitiveDeploymentResource) Arguments() map[string]*pluginsdk.Schema {
ForceNew: true,
ValidateFunc: validation.StringInSlice([]string{
"Standard",
"DataZoneStandard",
"GlobalBatch",
"GlobalStandard",
"ProvisionedManaged",
Expand Down
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 @@ -72,7 +72,7 @@ A `model` block supports the following:

A `sku` block supports the following:

* `name` - (Required) The name of the SKU. Possible values include `Standard`, `GlobalBatch`, `GlobalStandard` and `ProvisionedManaged`.
* `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.

Expand Down

0 comments on commit ccec164

Please sign in to comment.