Skip to content

Commit

Permalink
Merge pull request #237 from kingsoftcloud/bugfix/ebs_in_kec_tags
Browse files Browse the repository at this point in the history
docs: instance add sync tags
  • Loading branch information
notone0010 authored Nov 26, 2024
2 parents a578cbb + fcb0b88 commit fc6d6a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/r/instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ The following arguments are supported:
* `project_id` - (Optional) The project instance belongs to.
* `purchase_time` - (Optional, ForceNew) The duration that you will buy the resource.
* `sriov_net_support` - (Optional, ForceNew) whether support networking enhancement.
* `sync_tag` - (Optional) Indicate whether to sync tags to instance.
* `system_disk` - (Optional) System disk parameters.
* `tags` - (Optional) the tags of the resource.
* `user_data` - (Optional) The user data to be specified into this instance. Must be encrypted in base64 format and limited in 16 KB. only effective when image support cloud-init.
Expand Down
2 changes: 2 additions & 0 deletions website/docs/r/kce_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ The `master_config` object supports the following:
* `purchase_time` - (Optional, ForceNew) The duration that you will buy the resource.
* `role` - (Optional)
* `sriov_net_support` - (Optional, ForceNew) whether support networking enhancement.
* `sync_tag` - (Optional) Indicate whether to sync tags to instance.
* `system_disk` - (Optional) System disk parameters.
* `tags` - (Optional) the tags of the resource.
* `user_data` - (Optional) The user data to be specified into this instance. Must be encrypted in base64 format and limited in 16 KB. only effective when image support cloud-init.
Expand Down Expand Up @@ -318,6 +319,7 @@ The `worker_config` object supports the following:
* `purchase_time` - (Optional, ForceNew) The duration that you will buy the resource.
* `role` - (Optional) The role of instance. Valid values: Worker.
* `sriov_net_support` - (Optional, ForceNew) whether support networking enhancement.
* `sync_tag` - (Optional) Indicate whether to sync tags to instance.
* `system_disk` - (Optional) System disk parameters.
* `tags` - (Optional) the tags of the resource.
* `user_data` - (Optional) The user data to be specified into this instance. Must be encrypted in base64 format and limited in 16 KB. only effective when image support cloud-init.
Expand Down
1 change: 1 addition & 0 deletions website/docs/r/kce_cluster_attachment.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ The `worker_config` object supports the following:
* `purchase_time` - (Optional, ForceNew) The duration that you will buy the resource.
* `role` - (Optional) The role of instance. Valid values: Worker.
* `sriov_net_support` - (Optional, ForceNew) whether support networking enhancement.
* `sync_tag` - (Optional) Indicate whether to sync tags to instance.
* `system_disk` - (Optional) System disk parameters.
* `tags` - (Optional) the tags of the resource.
* `user_data` - (Optional) The user data to be specified into this instance. Must be encrypted in base64 format and limited in 16 KB. only effective when image support cloud-init.
Expand Down

0 comments on commit fc6d6a7

Please sign in to comment.