From 0e67559ed8aa67285b03dfdff2888a85086fb3c3 Mon Sep 17 00:00:00 2001 From: mikatong Date: Thu, 1 Feb 2024 15:33:29 +0800 Subject: [PATCH] update doc and add changelog --- .changelog/2515.txt | 3 +++ website/docs/r/emr_cluster.html.markdown | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .changelog/2515.txt diff --git a/.changelog/2515.txt b/.changelog/2515.txt new file mode 100644 index 0000000000..739fe0efa1 --- /dev/null +++ b/.changelog/2515.txt @@ -0,0 +1,3 @@ +```release-note:enhancement +resource/tencentcloud_emr_cluster: update `login_settings` description +``` \ No newline at end of file diff --git a/website/docs/r/emr_cluster.html.markdown b/website/docs/r/emr_cluster.html.markdown index 54ff40449d..a41a1d396a 100644 --- a/website/docs/r/emr_cluster.html.markdown +++ b/website/docs/r/emr_cluster.html.markdown @@ -126,7 +126,7 @@ The following arguments are supported: * `vpc_settings` - (Required, Map, ForceNew) The private net config of EMR instance. * `display_strategy` - (Optional, String, **Deprecated**) It will be deprecated in later versions. Display strategy of EMR instance. * `extend_fs_field` - (Optional, String) Access the external file system. -* `login_settings` - (Optional, Map) Instance login settings. +* `login_settings` - (Optional, Map) Instance login settings. There are two optional fields:- password: Instance login password: 8-16 characters, including uppercase letters, lowercase letters, numbers and special characters. Special symbols only support! @% ^ *. The first bit of the password cannot be a special character;- public_key_id: Public key id. After the key is associated, the instance can be accessed through the corresponding private key. * `need_master_wan` - (Optional, String, ForceNew) Whether to enable the cluster Master node public network. Value range: - NEED_MASTER_WAN: Indicates that the cluster Master node public network is enabled. - NOT_NEED_MASTER_WAN: Indicates that it is not turned on.