FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

cloudstack_vpc

Creates a VPC.

Example Usage

Basic usage:

resource "cloudstack_vpc" "default" {
    name = "test-vpc"
    cidr = "10.0.0.0/16"
    vpc_offering = "Default VPC Offering"
    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