Manages a Virtual Data Center on ProfitBricks.
resource "profitbricks_datacenter" "example" {
name = "datacenter name"
location = "us/las"
description = "datacenter description"
}
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 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/profitbricks/r/profitbricks_datacenter.html