vladimirpetrov opened a new issue #26:
URL: https://github.com/apache/cloudstack-terraform-provider/issues/26


   I have the following resource declaration:
   
   ```
   resource "cloudstack_port_forward" "pf1" {
     ip_address_id = "9fae134f-7fba-4c1d-beaa-698ecd13c71b"
   
     forward {
       protocol           = "tcp"
       private_port       = 22
       public_port        = 22
       virtual_machine_id = cloudstack_instance.VM1.id
     }
   }
   ```
   
   I have the VM already deployed and isolated network implemented, but still 
there is a strange error message when trying to apply this configuration:
   ```
   │ Error: insufficient items for attribute "forward"; must have at least 1
   │ 
   │   with cloudstack_port_forward.pf1,
   │   on cloudstack_port_forward.tf line 1, in resource 
"cloudstack_port_forward" "pf1":
   │    1: resource "cloudstack_port_forward" "pf1" {
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to