Skip to content

Commit

Permalink
remove qos_adaptive from vpn interface feature template
Browse files Browse the repository at this point in the history
  • Loading branch information
juchowan committed Mar 4, 2024
1 parent 2ea3ac2 commit 6a50179
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdwan_feature_templates.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1411,7 +1411,6 @@ resource "sdwan_cisco_vpn_interface_feature_template" "cisco_vpn_interface_featu
nat_type = try(each.value.ipv4_nat_type, null)
nat_type_variable = try(each.value.ipv4_nat_type_variable, null)
propagate_sgt = try(each.value.sgt_propagation, null)
qos_adaptive = try(each.value.adaptive_qos, null)
qos_adaptive_bandwidth_downstream = try(each.value.adaptive_qos_shaping_rate_downstream.default, null)
qos_adaptive_bandwidth_downstream_variable = try(each.value.adaptive_qos_shaping_rate_downstream.default_variable, null)
qos_adaptive_bandwidth_upstream = try(each.value.adaptive_qos_shaping_rate_upstream.default, null)
Expand Down

0 comments on commit 6a50179

Please sign in to comment.