We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Expand the list of options for junos_switch_options: add service_id option as a part of mc-ae configuration
junos_switch_options
service_id
resource "junos_switch_options" "switch_options" { service_id = 1 # Optional, Number, (1..65535) }
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
The text was updated successfully, but these errors were encountered:
Hi 👋
I will take care of adding this.
Sorry, something went wrong.
r/switch_options: add service_id argument
65fe344
Fix #575
fec9a6d
0408639
jeremmfr
Successfully merging a pull request may close this issue.
Description
Expand the list of options for
junos_switch_options
: addservice_id
option as a part of mc-ae configurationNew or Affected Resource(s)
junos_switch_options
Potential Terraform Configuration
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
The text was updated successfully, but these errors were encountered: