From 7ab650d1c993f9f311ff2c849cb341d629930ab2 Mon Sep 17 00:00:00 2001 From: Sam Stenvall Date: Wed, 4 Dec 2024 12:38:57 +0200 Subject: [PATCH] Remove unused "tags" field from "tencentcloud_cvm_launch_template" --- .../services/cvm/resource_tc_cvm_launch_template.go | 7 ------- website/docs/r/cvm_launch_template.html.markdown | 1 - 2 files changed, 8 deletions(-) diff --git a/tencentcloud/services/cvm/resource_tc_cvm_launch_template.go b/tencentcloud/services/cvm/resource_tc_cvm_launch_template.go index e9faf3e4d4..b8b9f84bc6 100644 --- a/tencentcloud/services/cvm/resource_tc_cvm_launch_template.go +++ b/tencentcloud/services/cvm/resource_tc_cvm_launch_template.go @@ -593,13 +593,6 @@ func ResourceTencentCloudCvmLaunchTemplate() *schema.Resource { Type: schema.TypeBool, Description: "Instance destruction protection flag.", }, - - "tags": { - Type: schema.TypeMap, - ForceNew: true, - Optional: true, - Description: "Tag description list.", - }, }, } } diff --git a/website/docs/r/cvm_launch_template.html.markdown b/website/docs/r/cvm_launch_template.html.markdown index 2c2cf8c501..f979d1a7c0 100644 --- a/website/docs/r/cvm_launch_template.html.markdown +++ b/website/docs/r/cvm_launch_template.html.markdown @@ -58,7 +58,6 @@ The following arguments are supported: * `security_group_ids` - (Optional, Set: [`String`], ForceNew) The security group ID of instance. If this parameter is not specified, the default security group is bound. * `system_disk` - (Optional, List, ForceNew) System disk configuration information of the instance. If this parameter is not specified, it is assigned according to the system default. * `tag_specification` - (Optional, List, ForceNew) Tag description list. -* `tags` - (Optional, Map, ForceNew) Tag description list. * `user_data` - (Optional, String, ForceNew) The data of users. * `virtual_private_cloud` - (Optional, List, ForceNew) The configuration information of VPC. If this parameter is not specified, the basic network is used by default.