CiscoDevNet/terraform-provider-iosxe

support for qos in iosxe_class_map

Closed this issue · 2 comments

Hi,

Is it possible to add support to the iosxe_class_map resource

I currently need to use CLI:

resource "iosxe_cli" "classmap-routing" {
cli = <<-EOT
class-map match-any CM-ROUTING
match ip dscp ef
match ip dscp af41
match ip dscp cs6
EOT
}

kind regards

Added in v0.5.5 release.