590 B
590 B
layout | page_title | sidebar_current | description |
---|---|---|---|
profitbricks | ProfitBricks: profitbricks_lan | docs-profitbricks-resource-profitbricks_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 LANpublic
- (Optional) [Boolean] indicating if the LAN faces the public Internet or not.