harikrishna-patnala opened a new pull request #8:
URL: https://github.com/apache/cloudstack-terraform-provider/pull/8


   This PR fixes #3 
   
   Previously only protocol types icmp, tcp, udp are supported, with this fix 
we have added support for protocol type ALL.
   
   Tested by following steps
   1. Created a egress rule using below config and "terraform apply" created 
the new egress rule
        resource "cloudstack_egress_firewall" "default" {
        network_id = "2047d8a9-789d-41e6-8eba-a7fa597d0c92"
        rule {
              protocol  = "ALL"
         }
   2. Removed the above config from configuration file and "terraform apply" 
deleted the above created rule
   
   
   


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