github.com/danp/terraform@v0.9.5-0.20170426144147-39d740081351/website/source/docs/providers/profitbricks/r/profitbricks_lan.html.markdown (about) 1 --- 2 layout: "profitbricks" 3 page_title: "ProfitBricks: profitbricks_lan" 4 sidebar_current: "docs-profitbricks-resource-lan" 5 description: |- 6 Creates and manages LAN objects. 7 --- 8 9 # profitbricks\_lan 10 11 Manages a LANs on ProfitBricks 12 13 ## Example Usage 14 15 ```hcl 16 resource "profitbricks_lan" "example" { 17 datacenter_id = "${profitbricks_datacenter.example.id}" 18 public = true 19 } 20 ``` 21 22 ##Argument reference 23 24 * `datacenter_id` - (Required) [string] 25 * `name` - (Optional) [string] The name of the LAN 26 * `public` - (Optional) [Boolean] indicating if the LAN faces the public Internet or not.