Skip to content

Commit

Permalink
Merge pull request openshift#1 from johnwildes/johnwildes-databricks-…
Browse files Browse the repository at this point in the history
…sku-update

Updated to include TRIAL as a SKU
  • Loading branch information
johnwildes authored Feb 10, 2020
2 parents b24dec1 + 6be1377 commit c3f2e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/databricks_workspace.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The following arguments are supported:

* `location` - (Required) Specifies the supported Azure location where the resource has to be created. Changing this forces a new resource to be created.

* `sku` - (Required) The `sku` to use for the Databricks Workspace. Possible values are `standard` or `premium`. Changing this forces a new resource to be created.
* `sku` - (Required) The `sku` to use for the Databricks Workspace. Possible values are `standard`, `premium`, or `trial`. Changing this forces a new resource to be created.

* `managed_resource_group_name` - (Optional) The name of the resource group where Azure should place the managed Databricks resources. Changing this forces a new resource to be created.

Expand Down

0 comments on commit c3f2e8d

Please sign in to comment.