oneandone_server
Manages a Shared Storage on 1&1
Example Usage
resource "oneandone_shared_storage" "storage" { name = "test_storage1" description = "1234" size = 50 storage_servers = [ { id = "${oneandone_server.server.id}" rights = "RW" }, { id = "${oneandone_server.server02.id}" rights = "RW" } ] }
Argument Reference
The following arguments are supported:
-
name
- (Required) The name of the storage -
datacenter
- (Optional) Location of desired 1and1 datacenter. Can beDE
,GB
,US
orES
-
description
- (Optional) Description for the shared storage -
size
- (Required) Size of the shared storage -
storage_servers
(Optional) List of servers that will have access to the stored storage
© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/oneandone/r/shared_storage.html