parent
460c18c202
commit
53a3697850
124 changed files with 8342 additions and 6042 deletions
|
|
@ -388,7 +388,7 @@ resource "stackit_server" "example" {
|
|||
# }
|
||||
import {
|
||||
to = stackit_server.import-example
|
||||
id = "${var.project_id},${var.server_id}"
|
||||
id = "${var.project_id},${var.region},${var.server_id}"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -410,13 +410,14 @@ import {
|
|||
- `image_id` (String) The image ID to be used for an ephemeral disk on the server.
|
||||
- `keypair_name` (String) The name of the keypair used during server creation.
|
||||
- `labels` (Map of String) Labels are key-value string pairs which can be attached to a resource container
|
||||
- `network_interfaces` (List of String) The IDs of network interfaces which should be attached to the server. Updating it will recreate the server.
|
||||
- `network_interfaces` (List of String) The IDs of network interfaces which should be attached to the server. Updating it will recreate the server. **Required when (re-)creating servers. Still marked as optional in the schema to not introduce breaking changes. There will be a migration path for this field soon.**
|
||||
- `region` (String) The resource region. If not defined, the provider region is used.
|
||||
- `user_data` (String) User data that is passed via cloud-init to the server.
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `created_at` (String) Date-time when the server was created
|
||||
- `id` (String) Terraform's internal resource ID. It is structured as "`project_id`,`server_id`".
|
||||
- `id` (String) Terraform's internal resource ID. It is structured as "`project_id`,`region`,`server_id`".
|
||||
- `launched_at` (String) Date-time when the server was launched
|
||||
- `server_id` (String) The server ID.
|
||||
- `updated_at` (String) Date-time when the server was updated
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue