Skip to content

Commit 5a61026

Browse files
authored
docs(flexible_ip): clarify compatibility with Elastic Metal and add zone to attributes (#2987)
1 parent 02e634c commit 5a61026

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/resources/flexible_ip.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ page_title: "Scaleway: scaleway_flexible_ip"
88
Creates and manages Scaleway flexible IPs.
99
For more information, see the [API documentation](https://www.scaleway.com/en/developers/api/elastic-metal-flexible-ip).
1010

11+
-> **Note:**
12+
Flexible IPs are exclusively available for Elastic Metal (bare metal) servers. They are not compatible with other Scaleway products.
13+
1114
## Example Usage
1215

1316
### Basic
@@ -74,6 +77,8 @@ The following arguments are supported:
7477
- `tags` - (Optional) A list of tags to apply to the flexible IP.
7578
- `reverse` - (Optional) The reverse domain associated with this flexible IP.
7679
- `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+
7782

7883
## Attributes Reference
7984

@@ -88,7 +93,6 @@ In addition to all arguments above, the following attributes are exported:
8893
- `status` - The status of the flexible IP.
8994
- `created_at` - The date and time of the creation of the Flexible IP (Format ISO 8601).
9095
- `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.
9296
- `organization_id` - The organization of the Flexible IP.
9397
- `project_id` - The project of the Flexible IP.
9498

0 commit comments

Comments
 (0)