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/27 14:29:41 UTC

[GitHub] [cloudstack-terraform-provider] synergiator opened a new issue #28: Allow connecting network ACL to a (VPC) network according API specs

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

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