Manages a LAN on ProfitBricks.
resource "profitbricks_lan" "example" { datacenter_id = "${profitbricks_datacenter.example.id}" public = true }
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 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/profitbricks/r/profitbricks_lan.html