Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testcase: fix testcase for alicloud_express_connect_vbr_pconn_association. #6989

Merged
merged 1 commit into from
Feb 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ resource "alicloud_express_connect_virtual_border_router" "default" {
peering_subnet_mask = "255.255.255.252"
physical_connection_id = data.alicloud_express_connect_physical_connections.nameRegex.connections.0.id
virtual_border_router_name = var.name
vlan_id = 100
vlan_id = 110
min_rx_interval = 1000
min_tx_interval = 1000
detect_multiplier = 10
Expand Down
Loading