Skip to content

Commit 4f0986f

Browse files
authored
fix: vpc - default assistant CIDR (#824)
1 parent a6b8203 commit 4f0986f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tencentcloud/resource_tc_vpc.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ func resourceTencentCloudVpcInstance() *schema.Resource {
9898
Type: schema.TypeList,
9999
Optional: true,
100100
Description: "List of Assistant CIDR.",
101+
Computed: true,
101102
Elem: &schema.Schema{
102103
Type: schema.TypeString,
103104
},

0 commit comments

Comments
 (0)