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
Ability to create VLANs (/network/ethernet/ports endpoint)
/network/ethernet/ports
// 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 } }
Yes
The text was updated successfully, but these errors were encountered:
@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.
Sorry, something went wrong.
No branches or pull requests
Description
Ability to create VLANs (
/network/ethernet/ports
endpoint)Requested Resource(s) and/or Data Source(s)
Potential Terraform Configuration
References
Would you like to implement a fix?
Yes
The text was updated successfully, but these errors were encountered: