harikrishna-patnala commented on issue #17:
URL: 
https://github.com/apache/cloudstack-terraform-provider/issues/17#issuecomment-993246719


   @synergiator, may I know what is the exact configuration that you are using. 
 When I tried creating VPC and tier in it having ACL ID and then removing ACL 
ID from that tier, these steps worked fine.
   
   ```
   -/+ resource "cloudstack_network" "tier1" {
         ~ acl_id           = "59d048bb-8329-4817-9124-972a91743778" -> "none" 
# forces replacement
   
   ```
   upon removing acl_id from the resource or setting "acl_id = null", both 
resulted in above operation and they are successful.
   
   May I know what configuration and what change in the configuration triggered 
your error.
   ```
   
   module.vpc.cloudstack_network.private[0] will be updated in-place
     ~ resource "cloudstack_network" "private" {
         - acl_id           = "none" -> null
   ```


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