On this page
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 regional location where the Virtual Data Center will be created.description
- (Optional)[string] Description for the Virtual Data Center.
© 2018 HashiCorp
Licensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/profitbricks/r/profitbricks_datacenter.html