terraform/website/source/docs/providers/profitbricks/r/profitbricks_lan.html.markdown

587 B

layout page_title sidebar_current description
profitbricks ProfitBricks: profitbricks_lan docs-profitbricks-resource-lan Creates and manages LAN objects.

profitbricks_lan

Manages a LANs on ProfitBricks

Example Usage

resource "profitbricks_lan" "example" {
  datacenter_id = "${profitbricks_datacenter.example.id}"
  public        = true
}

##Argument reference

  • datacenter_id - (Required) [string]
  • name - (Optional) [string] The name of the LAN
  • public - (Optional) [Boolean] indicating if the LAN faces the public Internet or not.