759 B
759 B
layout | page_title | sidebar_current | description |
---|---|---|---|
profitbricks | ProfitBricks: profitbricks_datacenter | docs-profitbricks-resource-datacenter | Creates and manages Profitbricks Virtual Data Center. |
profitbricks_datacenter
Manages a Virtual Data Center on ProfitBricks
Example Usage
resource "profitbricks_datacenter" "example" {
name = "datacenter name"
location = "us/las"
description = "datacenter description"
}
Argument Reference
The following arguments are supported:
name
- (Required)[string] The name of the Virtual Data Center.location
- (Required)[string] The physical location where the data center will be created.description
- (Optional)[string] Description for the data center.