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
@@ -41,8 +62,10 @@ The following arguments are supported:
41
62
-`tags` - (Optional) The tags associated with the private network.
42
63
-`zone` - (Defaults to [provider](../index.md#zone)`zone`) The [zone](../guides/regions_and_zones.md#zones) in which the private network should be created.
43
64
-`project_id` - (Defaults to [provider](../index.md#project_id)`project_id`) The ID of the project the private network is associated with.
44
-
-`ipv4_subnet` - (Optional) The IPv4 subnet associated with the private network.
45
-
-`ipv6_subnets` - (Optional) The IPv6 subnets associated with the private network.
65
+
-`ipv4_subnet` - (Optional) The IPv4 subnet to associate with the private network.
66
+
-`subnet` - (Optional) The subnet CIDR.
67
+
-`ipv6_subnets` - (Optional) The IPv6 subnets to associate with the private network.
68
+
-`subnet` - (Optional) The subnet CIDR.
46
69
47
70
-> **Note:** If using Regional Private Network:
48
71
@@ -55,6 +78,16 @@ The following arguments are supported:
55
78
In addition to all above arguments, the following attributes are exported:
56
79
57
80
-`id` - The ID of the private network.
81
+
-`ipv4_subnet` - The IPv4 subnet associated with the private network.
82
+
-`subnet` - The subnet CIDR.
83
+
-`id` - The subnet ID.
84
+
-`created_at` - The date and time of the creation of the subnet.
85
+
-`updated_at` - The date and time of the last update of the subnet.
86
+
-`ipv6_subnets` - The IPv6 subnets associated with the private network.
87
+
-`subnet` - The subnet CIDR.
88
+
-`id` - The subnet ID.
89
+
-`created_at` - The date and time of the creation of the subnet.
90
+
-`updated_at` - The date and time of the last update of the subnet.
58
91
59
92
~> **Important:** Private networks' IDs are [zoned](../guides/regions_and_zones.md#resource-ids) or [regional](../guides/regions_and_zones.md#resource-ids) if using beta, which means they are of the form `{zone}/{id}`, e.g. `fr-par-1/11111111-1111-1111-1111-111111111111` or `{region}/{id}`, e.g. `fr-par/11111111-1111-1111-1111-111111111111
0 commit comments