File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ page_title: "Scaleway: scaleway_flexible_ip"
8
8
Creates and manages Scaleway flexible IPs.
9
9
For more information, see the [ API documentation] ( https://www.scaleway.com/en/developers/api/elastic-metal-flexible-ip ) .
10
10
11
+ -> ** Note:**
12
+ Flexible IPs are exclusively available for Elastic Metal (bare metal) servers. They are not compatible with other Scaleway products.
13
+
11
14
## Example Usage
12
15
13
16
### Basic
@@ -74,6 +77,8 @@ The following arguments are supported:
74
77
- ` tags ` - (Optional) A list of tags to apply to the flexible IP.
75
78
- ` reverse ` - (Optional) The reverse domain associated with this flexible IP.
76
79
- ` is_ipv6 ` - (Optional) Defines whether the flexible IP has an IPv6 address.
80
+ - ` zone ` -(Defaults to [ provider] ( ../index.md#zone ) ` zone ` ) The [ zone] ( ../guides/regions_and_zones.md#zones ) of the Flexible IP.
81
+
77
82
78
83
## Attributes Reference
79
84
@@ -88,7 +93,6 @@ In addition to all arguments above, the following attributes are exported:
88
93
- ` status ` - The status of the flexible IP.
89
94
- ` created_at ` - The date and time of the creation of the Flexible IP (Format ISO 8601).
90
95
- ` updated_at ` - The date and time of the last update of the Flexible IP (Format ISO 8601).
91
- - ` zone ` - The zone of the Flexible IP.
92
96
- ` organization_id ` - The organization of the Flexible IP.
93
97
- ` project_id ` - The project of the Flexible IP.
94
98
You can’t perform that action at this time.
0 commit comments