Manages a Block Storage on 1&1
resource "oneandone_block_storage" "storage" {
name = "test_blk_storage1"
description = "testing_blk_storage"
size = 20
datacenter = "US"
}
The following arguments are supported:
datacenter
- (Optional) Location of desired 1and1 datacenter, where the block storage will be created. Can be DE
, GB
, US
or ES
description
- (Optional) Description for the block storagename
- (Required) The name of the storageserver_id
- (Optional) ID of the server that the block storage will be attached tosize
- (Required) Size of the block storage (min: 20, max: 500, multipleOf: 10
)