Skip to content

Commit

Permalink
chore: add service_policy parameter to attribute list
Browse files Browse the repository at this point in the history
Signed-off-by: Achim Christ <[email protected]>
  • Loading branch information
acch committed Jan 7, 2025
1 parent 57fc48c commit 52ad1a4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/data-sources/networking_ip_interface_data_source.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ data "netapp-ontap_network_ip_interface" "ip_interface" {
- `ip` (Attributes) (see [below for nested schema](#nestedatt--ip))
- `location` (Attributes) (see [below for nested schema](#nestedatt--location))
- `scope` (String) IPInterface scope
- `service_policy` (String) IPInterface service policy

<a id="nestedatt--ip"></a>

Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/networking_ip_interfaces_data_source.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Read-Only:
- `name` (String) IPInterface name
- `scope` (String) IPInterface scope
- `svm_name` (String) IPInterface svm name. Applies only to SVM-scoped objects
- `service_policy` (String) IPInterface service policy

<a id="nestedatt--ip_interfaces--ip"></a>

Expand Down
5 changes: 5 additions & 0 deletions docs/resources/network_ip_interface_resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ resource "netapp-ontap_network_ip_interface" "example" {
home_port = "e0d"
home_node = "ontap_cluster_1-01"
}
service_policy = "default-management"
}
```

Expand All @@ -52,6 +53,10 @@ resource "netapp-ontap_network_ip_interface" "example" {
- `name` (String) IPInterface name
- `svm_name` (String) IPInterface svm name

### Optional

- `service_policy` (String) IPInterface service policy

### Read-Only

- `id` (String) IPInterface UUID
Expand Down

0 comments on commit 52ad1a4

Please sign in to comment.