Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mikatong committed Nov 15, 2024
1 parent b07c655 commit 276c126
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tencentcloud/services/emr/resource_tc_emr_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ func ResourceTencentCloudEmrCluster() *schema.Resource {
Type: schema.TypeList,
Optional: true,
ForceNew: true,
Description: "Pre executed file settings.",
Description: "Pre executed file settings. It can only be set at the time of creation, and cannot be modified.",
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"args": {
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/emr_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ The following arguments are supported:
By default, the cluster Master node internet is enabled.
* `placement_info` - (Optional, List) The location of the instance.
* `placement` - (Optional, Map, **Deprecated**) It will be deprecated in later versions. Use `placement_info` instead. The location of the instance.
* `pre_executed_file_settings` - (Optional, List, ForceNew) Pre executed file settings.
* `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.
* `resource_spec` - (Optional, List) Resource specification of EMR instance.
* `sg_id` - (Optional, String, ForceNew) The ID of the security group to which the instance belongs, in the form of sg-xxxxxxxx.
* `tags` - (Optional, Map) Tag description list.
Expand Down

0 comments on commit 276c126

Please sign in to comment.