We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4638fb9 commit ad9d595Copy full SHA for ad9d595
1 file changed
builder/tencentcloud/cvm/run_config.go
@@ -89,7 +89,7 @@ type TencentCloudRunConfig struct {
89
RunTags map[string]string `mapstructure:"run_tags" required:"false"`
90
// Same as [`run_tags`](#run_tags) but defined as a singular repeatable
91
// block containing a `key` and a `value` field. In HCL2 mode the
92
- // [`dynamic_block`](/docs/configuration/from-1.5/expressions#dynamic-blocks)
+ // [`dynamic_block`](/docs/templates/hcl_templates/expressions#dynamic-blocks)
93
// will allow you to create those programatically.
94
RunTag config.KeyValues `mapstructure:"run_tag" required:"false"`
95
0 commit comments