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
-> **Note:** Regional Private Network is now in Public Beta. You can create a regional private network directly using this resource by setting `is_regional` to `true`.
-`name` - (Optional) The name of the private network. If not provided it will be randomly generated.
62
46
-`tags` - (Optional) The tags associated with the private network.
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.
64
47
-`project_id` - (Defaults to [provider](../index.md#project_id)`project_id`) The ID of the project the private network is associated with.
65
48
-`ipv4_subnet` - (Optional) The IPv4 subnet to associate with the private network.
66
49
-`subnet` - (Optional) The subnet CIDR.
67
50
-`ipv6_subnets` - (Optional) The IPv6 subnets to associate with the private network.
68
51
-`subnet` - (Optional) The subnet CIDR.
69
-
70
-
-> **Note:** If using Regional Private Network:
71
-
72
52
-`region` - (Defaults to [provider](../index.md#region)`region`) The [region](../guides/regions_and_zones.md#regions) of the private network.
73
53
-`vpc_id` - (Optional) The VPC in which to create the private network.
74
-
-`is_regional` - (Optional) Defines whether the private network is Regional. By default, it will be Zonal.
54
+
-`is_regional` - (Deprecated) The private networks are necessarily regional now.
55
+
-`zone` - (Deprecated) please use `region` instead - (Defaults to [provider](../index.md#zone)`zone`) The [zone](../guides/regions_and_zones.md#zones) in which the private network should be created.
75
56
76
57
## Attributes Reference
77
58
@@ -95,17 +76,13 @@ In addition to all above arguments, the following attributes are exported:
95
76
-`subnet_mask` - The subnet mask expressed in dotted decimal notation, e.g., '255.255.255.0' for a /24 subnet
96
77
-`prefix_length` - The length of the network prefix, e.g., 24 for a 255.255.255.0 mask.
97
78
98
-
~> **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
79
+
~> **Important:** Private networks' IDs are [regional](../guides/regions_and_zones.md#resource-ids), which means they are of the form of`{region}/{id}`, e.g. `fr-par/11111111-1111-1111-1111-111111111111
99
80
100
81
-`organization_id` - The organization ID the private network is associated with.
101
82
102
83
## Import
103
84
104
-
Private networks can be imported using the `{zone}/{id}` or `{region}/{id}` using beta, e.g.
0 commit comments