FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

cloudstack_ipaddress

Acquires and associates a public IP.

Example Usage

resource "cloudstack_ipaddress" "default" {
  network_id = "6eb22f91-7454-4107-89f4-36afcdf33021"
}

Argument Reference

The following arguments are supported:

NOTE: Either network_id or vpc_id should have a value!

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io