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).

© 2018 HashiCorp
Licensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/profitbricks/r/profitbricks_lan.html