Skip to content

Commit 81aaa1a

Browse files
committed
Add network name
1 parent ecaaa72 commit 81aaa1a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ibm/service/power/data_source_ibm_pi_network.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ func DataSourceIBMPINetwork() *schema.Resource {
8888
},
8989
Attr_Name: {
9090
Computed: true,
91-
Deprecated: "This field is deprecated, use pi_network_name instead.",
92-
Description: "The unique identifier or name of a network.",
91+
Description: "The name of the network.",
9392
Type: schema.TypeString,
9493
},
9594
Attr_NetworkAddressTranslation: {

website/docs/d/pi_network.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ In addition to all argument reference list, you can access the following attribu
5555
- `dns`- (Set) The DNS Servers for the network.
5656
- `gateway` - (String) The network gateway that is attached to your network.
5757
- `id` - (String) The ID of the network.
58+
- `name` - (String) The name of the network.
5859
- `mtu` - (Boolean) Maximum Transmission Unit option of the network.
5960
- `network_address_translation` - (Deprecated, List) Contains the network address translation details (for on-prem locations only).
6061

website/docs/d/pi_network_port.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Example usage:
4242
Review the argument references that you can specify for your data source.
4343

4444
- `pi_cloud_instance_id` - (Required, String) The GUID of the service instance associated with an account.
45-
- - `pi_network_id` - (Optional, String) The network ID.
45+
- `pi_network_id` - (Optional, String) The network ID.
4646
- `pi_network_name` - (Deprecated, Optional, String) The unique identifier or name of a network. Please use `pi_network_id` instead.
4747

4848
## Attribute Reference

0 commit comments

Comments
 (0)