File tree Expand file tree Collapse file tree
docs-partials/builder/tencentcloud/cvm Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ type TencentCloudRunConfig struct {
9292 RunTags map [string ]string `mapstructure:"run_tags" required:"false"`
9393 // Same as [`run_tags`](#run_tags) but defined as a singular repeatable
9494 // block containing a `key` and a `value` field. In HCL2 mode the
95- // [`dynamic_block`](/docs/templates/hcl_templates/expressions#dynamic-blocks)
95+ // [`dynamic_block`](/packer/ docs/templates/hcl_templates/expressions#dynamic-blocks)
9696 // will allow you to create those programatically.
9797 RunTag config.KeyValues `mapstructure:"run_tag" required:"false"`
9898
Original file line number Diff line number Diff line change 6767
6868- `run_tag` ([]{key string, value string}) - Same as [`run_tags`](#run_tags) but defined as a singular repeatable
6969 block containing a `key` and a `value` field. In HCL2 mode the
70- [`dynamic_block`](/docs/templates/hcl_templates/expressions#dynamic-blocks)
70+ [`dynamic_block`](/packer/ docs/templates/hcl_templates/expressions#dynamic-blocks)
7171 will allow you to create those programatically.
7272
7373- `ssh_private_ip` (bool) - SSH Private Ip
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ customized images based on an existing base images.
1818
1919The following configuration options are available for building Tencentcloud images.
2020In addition to the options listed here,
21- a [ communicator] ( /docs/templates/legacy_json_templates/communicator ) can be configured for this builder.
21+ a [ communicator] ( /packer/ docs/templates/legacy_json_templates/communicator ) can be configured for this builder.
2222
2323### Required:
2424
You can’t perform that action at this time.
0 commit comments