mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-12 16:00:25 -04:00
587 B
587 B
layout, page_title, sidebar_current, description
| 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 LANpublic- (Optional) [Boolean] indicating if the LAN faces the public Internet or not.