» profitbricks_lan
Manages a LAN on ProfitBricks.
» Example Usage
resource "profitbricks_lan" "example" {
datacenter_id = "${profitbricks_datacenter.example.id}"
public = true
}
» Argument reference
-
datacenter_id- (Required)[string] The ID of a Virtual Data Center. -
name- (Optional)[string] The name of the LAN. -
public- (Optional)[Boolean] Indicates if the LAN faces the public Internet (true) or not (false).
» Import
Resource Lan can be imported using the resource id, e.g.
terraform import profitbricks_lan.mylan {datacenter uuid}/{lan id}