Skip to main content

bx2cloud_network (Resource)

Example Usage

resource "bx2cloud_network" "my_network" {
internet_access = true
}

Schema

Required

  • internet_access (Boolean) Whether the network allows devices on it to access the internet.

Read-Only

  • created_at (String)
  • id (String) The ID of this resource.
  • updated_at (String)

Import

Import is supported using the following syntax:

The terraform import command can be used, for example:

terraform import bx2cloud_network.my_network 42