Skip to content

Commit 276c126

Browse files
author
mikatong
committed
update doc
1 parent b07c655 commit 276c126

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tencentcloud/services/emr/resource_tc_emr_cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ func ResourceTencentCloudEmrCluster() *schema.Resource {
241241
Type: schema.TypeList,
242242
Optional: true,
243243
ForceNew: true,
244-
Description: "Pre executed file settings.",
244+
Description: "Pre executed file settings. It can only be set at the time of creation, and cannot be modified.",
245245
Elem: &schema.Resource{
246246
Schema: map[string]*schema.Schema{
247247
"args": {

website/docs/r/emr_cluster.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ The following arguments are supported:
136136
By default, the cluster Master node internet is enabled.
137137
* `placement_info` - (Optional, List) The location of the instance.
138138
* `placement` - (Optional, Map, **Deprecated**) It will be deprecated in later versions. Use `placement_info` instead. The location of the instance.
139-
* `pre_executed_file_settings` - (Optional, List, ForceNew) Pre executed file settings.
139+
* `pre_executed_file_settings` - (Optional, List, ForceNew) Pre executed file settings. It can only be set at the time of creation, and cannot be modified.
140140
* `resource_spec` - (Optional, List) Resource specification of EMR instance.
141141
* `sg_id` - (Optional, String, ForceNew) The ID of the security group to which the instance belongs, in the form of sg-xxxxxxxx.
142142
* `tags` - (Optional, Map) Tag description list.

0 commit comments

Comments
 (0)