Skip to content

Commit

Permalink
azurerm_kusto_cluster: Changing virtual_network_configuration for…
Browse files Browse the repository at this point in the history
…ces a new resource to be created. #10640
  • Loading branch information
favoretti authored Feb 18, 2021
1 parent a791ab3 commit ed6e9e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions azurerm/internal/services/kusto/kusto_cluster_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ func resourceKustoCluster() *schema.Resource {
"virtual_network_configuration": {
Type: schema.TypeList,
Optional: true,
ForceNew: true,
MaxItems: 1,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/kusto_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The following arguments are supported:

* `enable_purge` - (Optional) Specifies if the purge operations are enabled.

* `virtual_network_configuration`- (Optional) A `virtual_network_configuration` block as defined below.
* `virtual_network_configuration`- (Optional) A `virtual_network_configuration` block as defined below. Changing this forces a new resource to be created.

* `language_extensions` - (Optional) An list of `language_extensions` to enable. Valid values are: `PYTHON` and `R`.

Expand Down

0 comments on commit ed6e9e9

Please sign in to comment.