parent
460c18c202
commit
53a3697850
124 changed files with 8342 additions and 6042 deletions
|
|
@ -23,8 +23,9 @@ resource "stackit_volume" "volume_source" {
|
|||
availability_zone = var.availability_zone
|
||||
name = var.name
|
||||
description = var.description
|
||||
performance_class = var.performance_class
|
||||
size = var.size
|
||||
# TODO: keep commented until IaaS API bug is resolved
|
||||
#performance_class = var.performance_class
|
||||
size = var.size
|
||||
source = {
|
||||
id = stackit_volume.volume_size.volume_id
|
||||
type = "volume"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue