jeremmfr / terraform-provider-junos

Terraform provider for Junos devices
https://registry.terraform.io/providers/jeremmfr/junos
MIT License
61 stars 22 forks source link

Feature request: expand the list of options for junos_switch_options: service_id #575

Closed NikitaPuglachenko closed 9 months ago

NikitaPuglachenko commented 10 months ago

Description

Expand the list of options for junos_switch_options: add service_id option as a part of mc-ae configuration

New or Affected Resource(s)

junos_switch_options

Potential Terraform Configuration

resource "junos_switch_options" "switch_options" {
  service_id  = 1      # Optional, Number,  (1..65535)
}

References

https://www.juniper.net/documentation/us/en/software/junos/multicast-l2/topics/ref/statement/bridge-domains-edit-bridge-options.html https://www.juniper.net/documentation/us/en/software/junos/multicast-l2/topics/ref/statement/service-id-edit-switch-options-and-edit-vlans.html

jeremmfr commented 9 months ago

Hi 👋

I will take care of adding this.