Skip to content

Commit 7ddeeeb

Browse files
committed
add
1 parent 7df7be2 commit 7ddeeeb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tencentcloud/services/ccn/resource_tc_ccn_route_table_associate_instance_config.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,14 @@ resource "tencentcloud_ccn_attachment" "attachment" {
5656
5757
# route table associate instance
5858
resource "tencentcloud_ccn_route_table_associate_instance_config" "example" {
59-
depends_on = [tencentcloud_ccn_attachment.attachment]
6059
ccn_id = tencentcloud_ccn.example.id
6160
route_table_id = tencentcloud_ccn_route_table.example.id
6261
instances {
6362
instance_id = tencentcloud_vpc.vpc.id
6463
instance_type = "VPC"
6564
}
65+
66+
depends_on = [tencentcloud_ccn_attachment.attachment]
6667
}
6768
```
6869

website/docs/r/ccn_route_table_associate_instance_config.html.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,14 @@ resource "tencentcloud_ccn_attachment" "attachment" {
6767
6868
# route table associate instance
6969
resource "tencentcloud_ccn_route_table_associate_instance_config" "example" {
70-
depends_on = [tencentcloud_ccn_attachment.attachment]
7170
ccn_id = tencentcloud_ccn.example.id
7271
route_table_id = tencentcloud_ccn_route_table.example.id
7372
instances {
7473
instance_id = tencentcloud_vpc.vpc.id
7574
instance_type = "VPC"
7675
}
76+
77+
depends_on = [tencentcloud_ccn_attachment.attachment]
7778
}
7879
```
7980

0 commit comments

Comments
 (0)