layout | page_title | sidebar_current | description |
---|---|---|---|
oneandone |
1&1: oneandone_block_storage |
docs-oneandone-resource-block-storage |
Creates and manages 1&1 Block Storage. |
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 beDE
,GB
,US
orES
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
)