Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: block_volume #87

Open
Codelax opened this issue Feb 10, 2023 · 1 comment · May be fixed by #105
Open

feat: block_volume #87

Codelax opened this issue Feb 10, 2023 · 1 comment · May be fixed by #105
Assignees
Labels
blocked enhancement priority:high New features sbs Scaleway Block Storage

Comments

@Codelax
Copy link
Member

Codelax commented Feb 10, 2023

Community Note

Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.

Description

Add attributes to create or import block volumes when starting build instance

Potential configuration

source "scaleway" "basic" {
  commercial_type = "DEV1-S"
  image = "ubuntu_jammy"
  image_name = "image-name"
  ssh_username = "root"
  zone = "fr-par-1"
  remove_volume = true

  block_volumes {
    name = optional_or_generated
    size = 20
  }
  block_volumes {
    name = optional_or_generated
    snapshot_id = xxxx-xxxx-xxxx-xxxx
  }
}

block_volumes would be deleted if using remove_volume option

Potential References

To fix beforehand: #86

@Codelax Codelax self-assigned this Feb 10, 2023
@Codelax Codelax added the priority:medium Improvements that are not the main priority label Feb 10, 2023
@remyleone remyleone added priority:high New features and removed priority:medium Improvements that are not the main priority labels Apr 4, 2023
@Codelax Codelax linked a pull request Apr 27, 2023 that will close this issue
@remyleone remyleone added the sbs Scaleway Block Storage label May 16, 2023
@Codelax Codelax added the blocked label Jun 7, 2023
@Laure-di
Copy link

Laure-di commented Feb 7, 2024

Currently on hold: Block volume management will be handled by the storage API instead of the instance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked enhancement priority:high New features sbs Scaleway Block Storage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants