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

[New Resource]: VLAN (ethernet ports) #304

Open
acch opened this issue Sep 30, 2024 · 1 comment
Open

[New Resource]: VLAN (ethernet ports) #304

acch opened this issue Sep 30, 2024 · 1 comment
Labels
New Resource New Request for an ONTAP Resource
Milestone

Comments

@acch
Copy link

acch commented Sep 30, 2024

Description

Ability to create VLANs (/network/ethernet/ports endpoint)

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

  • netapp-ontap_ports

Potential Terraform Configuration

// sample VLAN
resource "netapp-ontap_ports" "example" {
  cx_profile_name = "cluster1"
  name            = "e1b"

  node_name             = "node1"
  broadcast_domain_name = "bd1"

  type = "vlan"
  vlan = {
    base_port_name = "e1b"
    tag            = 100
  }
}

References

Would you like to implement a fix?

Yes

@carchi8py carchi8py added the New Resource New Request for an ONTAP Resource label Sep 30, 2024
@carchi8py carchi8py added this to the 2.1 milestone Sep 30, 2024
@carchi8py
Copy link
Contributor

@acch i'm going to rename this resouce to netapp-ontap_ports (or netapp-ontap_port) since that what the Rest API is under the covers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Resource New Request for an ONTAP Resource
Projects
Status: 2.1
Development

No branches or pull requests

2 participants