You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/12/06 20:46:30 UTC

[GitHub] [cloudstack-terraform-provider] vladimirpetrov opened a new issue #26: cloudstack_port_forward doesn't seem to be working

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-unsubscribe@cloudstack.apache.org

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



[GitHub] [cloudstack-terraform-provider] harikrishna-patnala commented on issue #26: cloudstack_port_forward doesn't seem to be working

Posted by GitBox <gi...@apache.org>.
harikrishna-patnala commented on issue #26:
URL: https://github.com/apache/cloudstack-terraform-provider/issues/26#issuecomment-987608709


   There is another issue with error #21 , closing this one


-- 
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-unsubscribe@cloudstack.apache.org

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



[GitHub] [cloudstack-terraform-provider] harikrishna-patnala closed issue #26: cloudstack_port_forward doesn't seem to be working

Posted by GitBox <gi...@apache.org>.
harikrishna-patnala closed issue #26:
URL: https://github.com/apache/cloudstack-terraform-provider/issues/26


   


-- 
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-unsubscribe@cloudstack.apache.org

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