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
fix(baremetal): compute mapping_id in private_network server (#3056)
* fix(baremetal): compute mapping id in private network
* fix(doc): add example in vpc_route and add information about mapping_id in baremetal
* fix(doc): update baremetal_server datasource
Copy file name to clipboardExpand all lines: docs/data-sources/baremetal_server.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,4 +35,6 @@ In addition to all above arguments, the following attributes are exported:
35
35
36
36
-`id` - The ID of the server.
37
37
38
+
The `scaleway_baremetal_server` data source exports certain attributes once the baremetal server information is retrieved. These attributes can be referenced in other parts of your Terraform configuration. The exported attributes are those that come from the `scaleway_baremetal_server`[resource](../resources/baremetal_server.md)
39
+
38
40
~> **Important:** Baremetal servers' IDs are [zoned](../guides/regions_and_zones.md#resource-ids), which means they are of the form `{zone}/{id}`, e.g. `fr-par-1/11111111-1111-1111-1111-111111111111`
0 commit comments