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

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

Closed
NikitaPuglachenko opened this issue Nov 10, 2023 · 1 comment · Fixed by #595
Closed
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@NikitaPuglachenko
Copy link

NikitaPuglachenko commented Nov 10, 2023

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

@NikitaPuglachenko NikitaPuglachenko added the enhancement New feature or request label Nov 10, 2023
@jeremmfr
Copy link
Owner

Hi 👋

I will take care of adding this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants