You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Review the argument references that you can specify for your data source.
41
41
42
42
-`pi_cloud_instance_id` - (Required, String) The GUID of the service instance associated with an account.
43
-
-`pi_network_name` - (Required, String) The name of the network.
43
+
-`pi_network_id` - (Optional, String) The network ID.
44
+
-`pi_network_name` - (Deprecated, Optional, String) The unique identifier or name of the network. Passing the name of the instance could fail or fetch stale data. Please pass an id and use `pi_network_id` instead.
44
45
45
46
## Attribute Reference
46
47
@@ -54,6 +55,7 @@ In addition to all argument reference list, you can access the following attribu
54
55
-`dns`- (Set) The DNS Servers for the network.
55
56
-`gateway` - (String) The network gateway that is attached to your network.
56
57
-`id` - (String) The ID of the network.
58
+
-`name` - (String) The name of the network.
57
59
-`mtu` - (Boolean) Maximum Transmission Unit option of the network.
0 commit comments