mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-16 01:00:22 -04:00
* provider/scaleway: update api version * provider/scaleway: expose ipv6 support, rename ip attributes since it can be both ipv4 and ipv6, choose a more generic name. * provider/scaleway: allow servers in different SGs * provider/scaleway: update documentation * provider/scaleway: Update docs with security group * provider/scaleway: add testcase for server security groups * provider/scaleway: make deleting of security rules more resilient * provider/scaleway: make deletion of security group more resilient * provider/scaleway: guard against missing server
1.2 KiB
1.2 KiB
layout, page_title, sidebar_current, description
| layout | page_title | sidebar_current | description |
|---|---|---|---|
| scaleway | Scaleway: server | docs-scaleway-resource-server | Manages Scaleway servers. |
scaleway\server
Provides ARM servers. This allows servers to be created, updated and deleted. For additional details please refer to API documentation.
Example Usage
resource "scaleway_server" "test" {
name = "test"
image = "5faef9cd-ea9b-4a63-9171-9e26bec03dbc"
type = "C1"
}
Argument Reference
The following arguments are supported:
name- (Required) name of ARM serverimage- (Required) base image of ARM servertype- (Required) type of ARM serverbootscript- (Optional) server bootscripttags- (Optional) list of tags for serverenable_ipv6- (Optional) enable ipv6dynamic_ip_required- (Optional) make server publicly availablesecurity_group- (Optional) assign security group to server
Field name, type, tags, dynamic_ip_required, security_group are editable.
Attributes Reference
The following attributes are exported:
id- id of the new resourceprivate_ip- private ip of the new resourcepublic_ip- public ip of the new resource