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


   As per Apache CloudStack API, method `createNetworkACL`  [supports a network 
ID as 
parameter](https://cloudstack.apache.org/api/apidocs-4.16/apis/createNetworkACL.html).
   
   According to this provider's documentation, it offers [linking network ACL 
to a VPC 
ID](https://registry.terraform.io/providers/cloudstack/cloudstack/latest/docs/resources/network_acl),
 but not to a given network ID.
   
   Currently, running the call through provider indeed links the network ACL to 
the VPC (possibly by the VPC's API parameter), but the application of the 
network ACL to a network can be as I assume done only from the [network 
side](https://cloudstack.apache.org/api/apidocs-4.16/apis/createNetwork.html).
   
   
   
   
   
   


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