mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-13 10:01:08 -04:00
762 B
762 B
layout, page_title, sidebar_current, description
| 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.