Skip to content

Unable to add a range for port forwarding  #157

Open
@mhdsulaimzed

Description

@mhdsulaimzed
resource "cloudstack_port_forward" "head_node_ssh" {
  ip_address_id = cloudstack_ipaddress.head_node_public_ip.id

  forward {
    protocol           = "tcp"
    private_port       = "22"
    public_port        = "22"
    virtual_machine_id = cloudstack_instance.head_node.id
  }

  depends_on = [cloudstack_ipaddress.head_node_public_ip]
}

is there a attribute to specify private and public port start and end port numbers

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions