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/08/06 15:21:41 UTC

[GitHub] [cloudstack-terraform-provider] ccycv opened a new issue #3: * " " is not a valid protocol. Valid options are 'tcp', 'udp' and 'icmp'

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


   Why the option "All" is not available?
   
   ```
   cloudstack_egress_firewall.default: Modifying... [id=bab40ea0-0efb-493d-b7dd-46324dbfc5da]
   ╷
   │ Error: 1 error occurred:
   │       * " " is not a valid protocol. Valid options are 'tcp', 'udp' and 'icmp'
   │
   │
   │
   │   with cloudstack_egress_firewall.default,
   │   on acs.tf line 83, in resource "cloudstack_egress_firewall" "default":
   │   83: resource "cloudstack_egress_firewall" "default" {
   │
   ╵
   ```
   
   


-- 
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] ccycv commented on issue #3: * " " is not a valid protocol. Valid options are 'tcp', 'udp' and 'icmp'

Posted by GitBox <gi...@apache.org>.
ccycv commented on issue #3:
URL: https://github.com/apache/cloudstack-terraform-provider/issues/3#issuecomment-895005224


   > Thanks @ccycv but I was asking if it worked with older versions?
   > Can try the value 'all' instead of '*'?
   
   I didn't tested with older version, but I do not see to be this option available in the code, I tested in many ways before checking the code, not working with "all".


-- 
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] ccycv edited a comment on issue #3: * " " is not a valid protocol. Valid options are 'tcp', 'udp' and 'icmp'

Posted by GitBox <gi...@apache.org>.
ccycv edited a comment on issue #3:
URL: https://github.com/apache/cloudstack-terraform-provider/issues/3#issuecomment-894340162


   Without egress value 0.0.0.0/0 in destination it is not possible to push user-data (with commands like : yum/apt update, install, etc., egress is not allowed on the instance and because of this the instance is not able to resolve the internet.
   
   I do not see the option to specify the destination cidr.
   


-- 
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] rhtyd closed issue #3: * " " is not a valid protocol. Valid options are 'tcp', 'udp' and 'icmp'

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


   


-- 
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] ccycv edited a comment on issue #3: * " " is not a valid protocol. Valid options are 'tcp', 'udp' and 'icmp'

Posted by GitBox <gi...@apache.org>.
ccycv edited a comment on issue #3:
URL: https://github.com/apache/cloudstack-terraform-provider/issues/3#issuecomment-894340162


   Without egress value 0.0.0.0/0 in destination it is not possible to push user-data (with commands like : yum/apt update, install, etc., egress is not allowed on the instance and because of this, the instance is not able to resolve the internet.
   
   I do not see the option to specify the destination cidr.
   


-- 
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] rhtyd commented on issue #3: * " " is not a valid protocol. Valid options are 'tcp', 'udp' and 'icmp'

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #3:
URL: https://github.com/apache/cloudstack-terraform-provider/issues/3#issuecomment-894999911


   @ccycv does it used to work in older TF provider versions? 


-- 
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] ccycv commented on issue #3: * " " is not a valid protocol. Valid options are 'tcp', 'udp' and 'icmp'

Posted by GitBox <gi...@apache.org>.
ccycv commented on issue #3:
URL: https://github.com/apache/cloudstack-terraform-provider/issues/3#issuecomment-895000995


   > @ccycv does it used to work in older TF provider versions?
   
   I used this : 
   
   ```
   terraform {
     required_providers {
       cloudstack = {
         source = "cloudstack/cloudstack"
         version = "0.4.0-pre"
       }
     }
   }
   ```
   
   
   Which can be found here :https://registry.terraform.io/providers/cloudstack/cloudstack/latest/docs/resources/egress_firewall


-- 
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] ccycv edited a comment on issue #3: * " " is not a valid protocol. Valid options are 'tcp', 'udp' and 'icmp'

Posted by GitBox <gi...@apache.org>.
ccycv edited a comment on issue #3:
URL: https://github.com/apache/cloudstack-terraform-provider/issues/3#issuecomment-895000995


   > @ccycv does it used to work in older TF provider versions?
   
   I used this, I didn't tested in older version : 
   
   ```
   terraform {
     required_providers {
       cloudstack = {
         source = "cloudstack/cloudstack"
         version = "0.4.0-pre"
       }
     }
   }
   ```
   
   
   Which can be found here :https://registry.terraform.io/providers/cloudstack/cloudstack/latest/docs/resources/egress_firewall


-- 
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] rhtyd commented on issue #3: * " " is not a valid protocol. Valid options are 'tcp', 'udp' and 'icmp'

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #3:
URL: https://github.com/apache/cloudstack-terraform-provider/issues/3#issuecomment-895016543


   @ccycv thanks for sharing, what is the CloudStack version you're testing this against?


-- 
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] ccycv commented on issue #3: * " " is not a valid protocol. Valid options are 'tcp', 'udp' and 'icmp'

Posted by GitBox <gi...@apache.org>.
ccycv commented on issue #3:
URL: https://github.com/apache/cloudstack-terraform-provider/issues/3#issuecomment-894340162


   Without egress value 0.0.0.0/0 in destination it is not possible to push user-data, egress is not allowed on the instance and because of this, the instance is not able to resolve the internet.
   
   I do not see the option to specify the destination cidr.
   


-- 
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] rhtyd commented on issue #3: * " " is not a valid protocol. Valid options are 'tcp', 'udp' and 'icmp'

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #3:
URL: https://github.com/apache/cloudstack-terraform-provider/issues/3#issuecomment-895004071


   Thanks @ccycv but I was asking if it worked with older versions?
   Can try the value 'all' instead of '*'? 


-- 
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] ccycv commented on issue #3: * " " is not a valid protocol. Valid options are 'tcp', 'udp' and 'icmp'

Posted by GitBox <gi...@apache.org>.
ccycv commented on issue #3:
URL: https://github.com/apache/cloudstack-terraform-provider/issues/3#issuecomment-895019179


   > @ccycv thanks for sharing, what is the CloudStack version you're testing this against?
   
   The CloudStack version is a 4.15.1. 


-- 
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