FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

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:

Field name, type, tags, dynamic_ip_required, security_group are editable.

Attributes Reference

The following attributes are exported:

Import

Instances can be imported using the id, e.g.

$ terraform import scaleway_server.web 5faef9cd-ea9b-4a63-9171-9e26bec03dbc

See the source of this document at Terraform.io