Skip to content
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.

Files

32 lines (25 loc) · 909 Bytes

block_storage.html.markdown

File metadata and controls

32 lines (25 loc) · 909 Bytes
layout page_title sidebar_current description
oneandone
1&1: oneandone_block_storage
docs-oneandone-resource-block-storage
Creates and manages 1&1 Block Storage.

oneandone_block_storage

Manages a Block Storage on 1&1

Example Usage

resource "oneandone_block_storage" "storage" {
  name = "test_blk_storage1"
  description = "testing_blk_storage"
  size = 20
  datacenter = "US"
}

Argument Reference

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 storage
  • name - (Required) The name of the storage
  • server_id - (Optional) ID of the server that the block storage will be attached to
  • size - (Required) Size of the block storage (min: 20, max: 500, multipleOf: 10)