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: Adding interfaces to a bridge domain in the resource junos_bridge_domain #548

Closed
Vokunne opened this issue Sep 7, 2023 · 3 comments · Fixed by #560
Closed
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Vokunne
Copy link

Vokunne commented Sep 7, 2023

Description

I'm trying to create a bridge domain on MX150 using resource junos_bridge_domain. Unfortunately, this resource doesn't have an option to link router's interfaces to the bridge domain. So, in order to complete bridge domain configuration you have to add necessary interfaces manually in CLI. It'd be great if there was an option to add interfaces in the resource directly.

New or Affected Resource(s)

junos_bridge_domain

Potential Terraform Configuration

resource "junos_bridge_domain" "bd-1" {
name = "bd-1"
routing_instance = "vswitch-1"
routing_interface = "irb.5"
interface = ["ge-0/0/0", "ge-0/0/1", "ge-0/0/2"] <- requested feature
vlan_id = "5"
domain_type_bridge = true
}

References

https://www.juniper.net/documentation/us/en/software/junos/bridging-learning/topics/task/layer-2-services-bridge-domains-configuring.html

@Vokunne Vokunne added the enhancement New feature or request label Sep 7, 2023
@Vokunne Vokunne changed the title Feature request: Feature request: Adding interfaces to a bridge domain in the resource junos_bridge_domain Sep 7, 2023
@jeremmfr
Copy link
Owner

jeremmfr commented Oct 9, 2023

Hi 👋

I will take care of adding this.

@jeremmfr jeremmfr self-assigned this Oct 9, 2023
@jeremmfr jeremmfr added this to the v2.3.0 milestone Oct 9, 2023
@Vokunne
Copy link
Author

Vokunne commented Oct 9, 2023

Hi @jeremmfr,

Thank you very much indeed.

Hi 👋

I will take care of adding this.

@Vokunne
Copy link
Author

Vokunne commented Nov 13, 2023

Hi @jeremmfr
Thank you very much indeed!

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
2 participants