Skip to content

Commit ad08528

Browse files
authored
fix: cdn - carry header default value (#1454)
1 parent 5ba1ae2 commit ad08528

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tencentcloud/resource_tc_cdn_domain.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ func resourceTencentCloudCdnDomain() *schema.Resource {
413413
"carry_headers": {
414414
Type: schema.TypeString,
415415
Optional: true,
416+
Default: "off",
416417
Description: "Whether to return the newly added header during force redirection. Values: `on`, `off`.",
417418
},
418419
},

0 commit comments

Comments
 (0)