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
Copy file name to clipboardExpand all lines: docs/data-sources/instance_servers.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,6 @@ In addition to all above arguments, the following attributes are exported:
60
60
-`ipv6_address` - The default ipv6 address routed to the server. ( Only set when enable_ipv6 is set to true )
61
61
-`ipv6_gateway` - The ipv6 gateway address. ( Only set when enable_ipv6 is set to true )
62
62
-`ipv6_prefix_length` - The prefix length of the ipv6 subnet routed to the server. ( Only set when enable_ipv6 is set to true )
63
-
-`routed_ip_enabled` - True if the server support routed ip only.
64
63
-`enable_dynamic_ip` - If true a dynamic IP will be attached to the server.
65
64
-`image` - The UUID or the label of the base image used by the server.
66
65
-`placement_group_id` - The [placement group](https://developers.scaleway.com/en/products/instance/api/#placement-groups-d8f653) the server is attached to.
To migrate from an hourly to a monthly subscription for a Scaleway Baremetal server, it is important to understand that the migration can only be done by using the data source.
232
+
You cannot directly modify the subscription_period of an existing scaleway_baremetal_offer resource. Instead, you must define the monthly offer using the data source and then update the server configuration accordingly.
**Important** Once you migrate to a monthly subscription, you cannot downgrade back to an hourly plan. Ensure that the monthly plan meets your needs before making the switch.
Copy file name to clipboardExpand all lines: docs/resources/instance_server.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -227,7 +227,7 @@ attached to the server. Updates to this field will trigger a stop/start of the s
227
227
228
228
~> **Important:** If this field contains local volumes, you have to first detach them, in one apply, and then delete the volume in another apply.
229
229
230
-
-`enable_ipv6` - (Defaults to `false`) Determines if IPv6 is enabled for the server. Useful only with `routed_ip_enabled` as false, otherwise ipv6 is always supported.
230
+
-`enable_ipv6` - (Defaults to `false`) Determines if IPv6 is enabled for the server.
231
231
Deprecated: Please use a scaleway_instance_ip with a `routed_ipv6` type.
232
232
233
233
-`ip_id` - (Optional) The ID of the reserved IP that is attached to the server.
@@ -238,10 +238,6 @@ attached to the server. Updates to this field will trigger a stop/start of the s
238
238
239
239
-`enable_dynamic_ip` - (Defaults to `false`) If true a dynamic IP will be attached to the server.
240
240
241
-
-`routed_ip_enabled` - (Defaults to `true`) If true, the server will support routed ips only. Changing it to true will migrate the server and its IP to routed type.
242
-
243
-
~> **Important:** Enabling routed ip will restart the server
244
-
245
241
-`state` - (Defaults to `started`) The state of the server. Possible values are: `started`, `stopped` or `standby`.
246
242
247
243
-`user_data` - (Optional) The user data associated with the server.
returnerrors.New("invalid plan transition: you cannot transition from a monthly plan to an hourly plan. Only the reverse (hourly to monthly) is supported. Please update your configuration accordingly")
ExpectError: regexp.MustCompile(`invalid plan transition: you cannot transition from a monthly plan to an hourly plan. Only the reverse \(hourly to monthly\) is supported. Please update your configuration accordingly`),
0 commit comments