Skip to content

Commit

Permalink
Fix copy-paste swagger yaml status description error
Browse files Browse the repository at this point in the history
  • Loading branch information
ismirlia committed Jan 29, 2025
1 parent 7408199 commit 5372f2c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ibm/service/power/data_source_ibm_pi_network_interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func DataSourceIBMPINetworkInterface() *schema.Resource {
},
Attr_Status: {
Computed: true,
Description: "The status of the network address group.",
Description: "The status of the network interface.",
Type: schema.TypeString,
},
Attr_UserTags: {
Expand Down
2 changes: 1 addition & 1 deletion ibm/service/power/data_source_ibm_pi_network_interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func DataSourceIBMPINetworkInterfaces() *schema.Resource {
},
Attr_Status: {
Computed: true,
Description: "The status of the network address group.",
Description: "The status of the network interface.",
Type: schema.TypeString,
},
Attr_UserTags: {
Expand Down
2 changes: 1 addition & 1 deletion ibm/service/power/resource_ibm_pi_network_interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func ResourceIBMPINetworkInterface() *schema.Resource {
},
Attr_Status: {
Computed: true,
Description: "The status of the network address group.",
Description: "The status of the network interface.",
Type: schema.TypeString,
},
},
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/pi_network_interface.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ In addition to all argument reference list, you can access the following attribu
- `name` - (String) Name of the network interface (not unique or indexable).
- `network_security_group_ids` - (List) List of network security groups that the network interface is a member of.
- `network_interface_id` - (String) The unique identifier of the network interface.
- `status` - (String) The status of the network address group.
- `status` - (String) The status of the network interface.
- `user_tags` - (List) List of user tags attached to the resource.
2 changes: 1 addition & 1 deletion website/docs/d/pi_network_interfaces.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ In addition to all argument reference listed, you can access the following attri
- `mac_address` - (String) The mac address of the network interface.
- `name` - (String) Name of the network interface (not unique or indexable).
- `network_security_group_ids` - (List) List of network security groups that the network interface is a member of.
- `status` - (String) The status of the network address group.
- `status` - (String) The status of the network interface.
- `user_tags` - (List) List of user tags attached to the resource.
2 changes: 1 addition & 1 deletion website/docs/r/pi_network_interface.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ In addition to all argument reference list, you can access the following attribu
- `network_interface_id` - (String) The unique identifier of the network interface.
- `network_security_group_id` - (Deprecated, String) ID of the network security group the network interface will be added to. Please use network_security_group_ids instead.
- `network_security_group_ids` - (List) List of network security groups that the network interface is a member of.
- `status` - (String) The status of the network address group.
- `status` - (String) The status of the network interface.

## Import

Expand Down

0 comments on commit 5372f2c

Please sign in to comment.