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

[Enhancement]: Add interface location.broadcast_domain parameter #305

Open
acch opened this issue Sep 30, 2024 · 0 comments
Open

[Enhancement]: Add interface location.broadcast_domain parameter #305

acch opened this issue Sep 30, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@acch
Copy link

acch commented Sep 30, 2024

Description

Ability to configure location.broadcast_domain for SVM-scoped interfaces

Affected Resource(s) and/or Data Source(s)

  • netapp-ontap_networking_ip_interface

Potential Terraform Configuration

# example IP interface
resource "netapp-ontap_networking_ip_interface" "example" {
  cx_profile_name = "cluster1"
  name            = "testme"
  svm_name        = "ansibleSVM"

  ip = { ... }

  location = {
    home_port             = "e0c"
    home_node             = "ontap_cluster_1-01"
    broadcast_domain_name = "bd1"
  }
}

References

Would you like to implement a fix?

Yes

@acch acch added the enhancement New feature or request label Sep 30, 2024
@carchi8py carchi8py added this to the 2.1 milestone Sep 30, 2024
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
Status: 2.1
Development

No branches or pull requests

2 participants