Skip to content

Commit 7df7be2

Browse files
committed
add
1 parent 8f60a67 commit 7df7be2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tencentcloud/services/ccn/resource_tc_ccn_route_table_associate_instance_config.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ 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]
5960
ccn_id = tencentcloud_ccn.example.id
6061
route_table_id = tencentcloud_ccn_route_table.example.id
6162
instances {

website/docs/r/ccn_route_table_associate_instance_config.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ 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]
7071
ccn_id = tencentcloud_ccn.example.id
7172
route_table_id = tencentcloud_ccn_route_table.example.id
7273
instances {

0 commit comments

Comments
 (0)