Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused "tags" field from "tencentcloud_cvm_launch_template" #2997

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions tencentcloud/services/cvm/resource_tc_cvm_launch_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
},
},
}
}
Expand Down
1 change: 0 additions & 1 deletion website/docs/r/cvm_launch_template.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading