Skip to content

Commit

Permalink
azurerm_hdinsight_spark_cluster, azurerm_hdinsight_kafka_cluster,…
Browse files Browse the repository at this point in the history
… `azurerm_hdinsight_interactive_query_cluster`, `azurerm_hdinsight_hbase_cluster`, `azurerm_hdinsight_hadoop_cluster`: Update documentations to match variable names in resources (#19811)
  • Loading branch information
jiaweitao001 authored Jan 3, 2023
1 parent 9fb3cb3 commit c48cf8e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 16 deletions.
8 changes: 4 additions & 4 deletions website/docs/r/hdinsight_hadoop_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ The following arguments are supported:

* `tier` - (Required) Specifies the Tier which should be used for this HDInsight Hadoop Cluster. Possible values are `Standard` or `Premium`. Changing this forces a new resource to be created.

* `min_tls_version` - (Optional) The minimal supported TLS version. Possible values are 1.0, 1.1 or 1.2. Changing this forces a new resource to be created.
* `tls_min_version` - (Optional) The minimal supported TLS version. Possible values are 1.0, 1.1 or 1.2. Changing this forces a new resource to be created.

~> **NOTE:** Starting on June 30, 2020, Azure HDInsight will enforce TLS 1.2 or later versions for all HTTPS connections. For more information, see [Azure HDInsight TLS 1.2 Enforcement](https://azure.microsoft.com/en-us/updates/azure-hdinsight-tls-12-enforcement/).

Expand Down Expand Up @@ -161,7 +161,7 @@ A `head_node` block supports the following:

---

A `script_action` block supports the following:
A `script_actions` block supports the following:

* `name` - (Required) The name of the script action.

Expand Down Expand Up @@ -195,7 +195,7 @@ A `network` block supports the following:

A `compute_isolation` block supports the following:

* `enable_compute_isolation` - (Optional) This field indicates whether enable compute isolation or not. Possible values are `true` or `false`.
* `compute_isolation_enabled` - (Optional) This field indicates whether enable compute isolation or not. Possible values are `true` or `false`.

* `host_sku` - (Optional) The name of the host SKU.

Expand Down Expand Up @@ -257,7 +257,7 @@ A `worker_node` block supports the following:

---

A `display_encryption_properties` block supports the following:
A `disk_encryption` block supports the following:

* `encryption_algorithm` - (Optional) This is an algorithm identifier for encryption. Possible values are `RSA1_5`, `RSA-OAEP`, `RSA-OAEP-256`.

Expand Down
6 changes: 3 additions & 3 deletions website/docs/r/hdinsight_hbase_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ The following arguments are supported:

* `tier` - (Required) Specifies the Tier which should be used for this HDInsight HBase Cluster. Possible values are `Standard` or `Premium`. Changing this forces a new resource to be created.

* `min_tls_version` - (Optional) The minimal supported TLS version. Possible values are 1.0, 1.1 or 1.2. Changing this forces a new resource to be created.
* `tls_min_version` - (Optional) The minimal supported TLS version. Possible values are 1.0, 1.1 or 1.2. Changing this forces a new resource to be created.

~> **NOTE:** Starting on June 30, 2020, Azure HDInsight will enforce TLS 1.2 or later versions for all HTTPS connections. For more information, see [Azure HDInsight TLS 1.2 Enforcement](https://azure.microsoft.com/en-us/updates/azure-hdinsight-tls-12-enforcement/).

Expand Down Expand Up @@ -193,7 +193,7 @@ A `network` block supports the following:

A `compute_isolation` block supports the following:

* `enable_compute_isolation` - (Optional) This field indicates whether enable compute isolation or not. Possible values are `true` or `false`.
* `compute_isolation_enabled` - (Optional) This field indicates whether enable compute isolation or not. Possible values are `true` or `false`.

* `host_sku` - (Optional) The name of the host SKU.

Expand Down Expand Up @@ -255,7 +255,7 @@ A `worker_node` block supports the following:

---

A `display_encryption_properties` block supports the following:
A `disk_encryption` block supports the following:

* `encryption_algorithm` - (Optional) This is an algorithm identifier for encryption. Possible values are `RSA1_5`, `RSA-OAEP`, `RSA-OAEP-256`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ The following arguments are supported:

* `tier` - (Required) Specifies the Tier which should be used for this HDInsight Interactive Query Cluster. Possible values are `Standard` or `Premium`. Changing this forces a new resource to be created.

* `min_tls_version` - (Optional) The minimal supported TLS version. Possible values are 1.0, 1.1 or 1.2. Changing this forces a new resource to be created.
* `tls_min_version` - (Optional) The minimal supported TLS version. Possible values are 1.0, 1.1 or 1.2. Changing this forces a new resource to be created.

~> **NOTE:** Starting on June 30, 2020, Azure HDInsight will enforce TLS 1.2 or later versions for all HTTPS connections. For more information, see [Azure HDInsight TLS 1.2 Enforcement](https://azure.microsoft.com/en-us/updates/azure-hdinsight-tls-12-enforcement/).

Expand All @@ -127,7 +127,7 @@ The following arguments are supported:

A `component_version` block supports the following:

* `interactive_query` - (Required) The version of Interactive Query which should be used for this HDInsight Interactive Query Cluster. Changing this forces a new resource to be created.
* `interactive_hive` - (Required) The version of Interactive Query which should be used for this HDInsight Interactive Query Cluster. Changing this forces a new resource to be created.

---

Expand Down Expand Up @@ -197,7 +197,7 @@ A `network` block supports the following:

A `compute_isolation` block supports the following:

* `enable_compute_isolation` - (Optional) This field indicates whether enable compute isolation or not. Possible values are `true` or `false`.
* `compute_isolation_enabled` - (Optional) This field indicates whether enable compute isolation or not. Possible values are `true` or `false`.

* `host_sku` - (Optional) The name of the host SKU.

Expand Down Expand Up @@ -261,7 +261,7 @@ A `worker_node` block supports the following:

---

A `display_encryption_properties` block supports the following:
A `disk_encryption` block supports the following:

* `encryption_algorithm` - (Optional) This is an algorithm identifier for encryption. Possible values are `RSA1_5`, `RSA-OAEP`, `RSA-OAEP-256`.

Expand Down
6 changes: 4 additions & 2 deletions website/docs/r/hdinsight_kafka_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ A `gateway` block supports the following:

A `compute_isolation` block supports the following:

* `enable_compute_isolation` - (Optional) This field indicates whether enable compute isolation or not. Possible values are `true` or `false`.
* `compute_isolation_enabled` - (Optional) This field indicates whether enable compute isolation or not. Possible values are `true` or `false`.

* `host_sku` - (Optional) The name of the host SKU.

Expand Down Expand Up @@ -206,6 +206,8 @@ A `storage_account` block supports the following:

-> **NOTE:** This can be obtained from the `id` of the `azurerm_storage_container` resource.

* `storage_resource_id` - (Optional) The ID of the Storage Account. Changing this forces a new resource to be created.

---

A `storage_account_gen2` block supports the following:
Expand Down Expand Up @@ -268,7 +270,7 @@ A `zookeeper_node` block supports the following:

---

A `display_encryption_properties` block supports the following:
A `disk_encryption` block supports the following:

* `encryption_algorithm` - (Optional) This is an algorithm identifier for encryption. Possible values are `RSA1_5`, `RSA-OAEP`, `RSA-OAEP-256`.

Expand Down
6 changes: 3 additions & 3 deletions website/docs/r/hdinsight_spark_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ The following arguments are supported:

* `tier` - (Required) Specifies the Tier which should be used for this HDInsight Spark Cluster. Possible values are `Standard` or `Premium`. Changing this forces a new resource to be created.

* `min_tls_version` - (Optional) The minimal supported TLS version. Possible values are 1.0, 1.1 or 1.2. Changing this forces a new resource to be created.
* `tls_min_version` - (Optional) The minimal supported TLS version. Possible values are 1.0, 1.1 or 1.2. Changing this forces a new resource to be created.

~> **NOTE:** Starting on June 30, 2020, Azure HDInsight will enforce TLS 1.2 or later versions for all HTTPS connections. For more information, see [Azure HDInsight TLS 1.2 Enforcement](https://azure.microsoft.com/en-us/updates/azure-hdinsight-tls-12-enforcement/).

Expand Down Expand Up @@ -195,7 +195,7 @@ A `network` block supports the following:

A `compute_isolation` block supports the following:

* `enable_compute_isolation` - (Optional) This field indicates whether enable compute isolation or not. Possible values are `true` or `false`.
* `compute_isolation_enabled` - (Optional) This field indicates whether enable compute isolation or not. Possible values are `true` or `false`.

* `host_sku` - (Optional) The name of the host SKU.

Expand Down Expand Up @@ -277,7 +277,7 @@ A `zookeeper_node` block supports the following:

---

A `display_encryption_properties` block supports the following:
A `disk_encryption` block supports the following:

* `encryption_algorithm` - (Optional) This is an algorithm identifier for encryption. Possible values are `RSA1_5`, `RSA-OAEP`, `RSA-OAEP-256`.

Expand Down

0 comments on commit c48cf8e

Please sign in to comment.