github.com/danp/terraform@v0.9.5-0.20170426144147-39d740081351/website/source/docs/providers/profitbricks/r/profitbricks_datacenter.html.markdown (about) 1 --- 2 layout: "profitbricks" 3 page_title: "ProfitBricks: profitbricks_datacenter" 4 sidebar_current: "docs-profitbricks-resource-datacenter" 5 description: |- 6 Creates and manages Profitbricks Virtual Data Center. 7 --- 8 9 # profitbricks\_datacenter 10 11 Manages a Virtual Data Center on ProfitBricks 12 13 ## Example Usage 14 15 ```hcl 16 resource "profitbricks_datacenter" "example" { 17 name = "datacenter name" 18 location = "us/las" 19 description = "datacenter description" 20 } 21 ``` 22 23 ## Argument Reference 24 25 The following arguments are supported: 26 27 * `name` - (Required)[string] The name of the Virtual Data Center. 28 * `location` - (Required)[string] The physical location where the data center will be created. 29 * `description` - (Optional)[string] Description for the data center.