-
Notifications
You must be signed in to change notification settings - Fork 133
Labels
priority:highestBugs filled by customers, security issuesBugs filled by customers, security issuessbsScaleway Block Storage issues, bugs and feature requestsScaleway Block Storage issues, bugs and feature requests
Description
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 other comments that do not add relevant new information or questions, 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
Terraform Version
Terraform v1.11.1
Affected Resource(s)
- scaleway_block_volume
Terraform Configuration Files
resource "scaleway_block_volume" "volume" {
size_in_gb = 30
zone = "nl-ams-1"
iops = 5000
name = "demo"
}
Expected Behavior
The existing volume should be resized/extended to the new capacity without being recreated.
Actual Behavior
The volume is destroyed and a new one is created with the increased size.
Steps to Reproduce
- Create a block volume with
size_in_gb= 10 - Apply the configuration
- Increase
size_in_gbto 20 - Apply the configuration again
VasiliyRoss
Metadata
Metadata
Assignees
Labels
priority:highestBugs filled by customers, security issuesBugs filled by customers, security issuessbsScaleway Block Storage issues, bugs and feature requestsScaleway Block Storage issues, bugs and feature requests