FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

cloudstack_network

Creates a network.

Example Usage

Basic usage:

resource "cloudstack_network" "default" {
    name = "test-network"
    cidr = "10.0.0.0/16"
    network_offering = "Default Network"
    zone = "zone-1"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io