Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a4fb7cb

Browse files
committedMar 7, 2025·
fix: modify cos_backup properties
1 parent 05e3b05 commit a4fb7cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎tencentcloud/services/es/resource_tc_elasticsearch_instance.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ func ResourceTencentCloudElasticsearchInstance() *schema.Resource {
245245
"cos_backup": {
246246
Type: schema.TypeList,
247247
Optional: true,
248+
Computed: true,
248249
MaxItems: 1,
249250
Description: "COS automatic backup information.",
250251
Elem: &schema.Resource{

0 commit comments

Comments
 (0)
Please sign in to comment.