Skip to content

Commit

Permalink
update emr login_settings doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mikatong committed Feb 1, 2024
1 parent b9a8fa4 commit 0e8dd31
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tencentcloud/services/emr/resource_tc_emr_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,12 @@ func ResourceTencentCloudEmrCluster() *schema.Resource {
Description: "The unit of time in which the instance was purchased. When PayMode is 0, TimeUnit can only take values of s(second). When PayMode is 1, TimeUnit can only take the value m(month).",
},
"login_settings": {
Type: schema.TypeMap,
Optional: true,
Sensitive: true,
Description: "Instance login settings.",
Type: schema.TypeMap,
Optional: true,
Sensitive: true,
Description: "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.",
},
"extend_fs_field": {
Type: schema.TypeString,
Expand Down

0 comments on commit 0e8dd31

Please sign in to comment.