Skip to content

[Feature Request]: Assign block storage to instance #360

Open
@various89

Description

@various89

What feature would you like to have in the provider?

It would be nice to have the capability to attach the created volume to a specific instance or server.

e.g.

resource "exoscale_block_storage_volume" "example" {
  name  = var.name
  size  = var.size
  zone  = var.zone
  server_id = var.server_id
}

other providers for reference:

https://registry.terraform.io/providers/hetznercloud/hcloud/latest/docs/resources/volume#server_id
https://registry.terraform.io/providers/ionos-cloud/ionoscloud/latest/docs/resources/volume#server_id

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions