FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

cloudstack_static_nat

Enables static NAT for a given IP address

Example Usage

resource "cloudstack_static_nat" "default" {
  ip_address_id = "f8141e2f-4e7e-4c63-9362-986c908b7ea7"
  virtual_machine_id = "6ca2a163-bc68-429c-adc8-ab4a620b1bb3"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io