synergiator opened a new issue #17: URL: https://github.com/apache/cloudstack-terraform-provider/issues/17
* In a VPC, you have defined its default ACL list * Then you think, you can just remove it - it's not mandarory to have it Plan goes well though it might look weird: ``` module.vpc.cloudstack_network.private[0] will be updated in-place ~ resource "cloudstack_network" "private" { - acl_id = "none" -> null ``` But in the apply step it goes wrong, and a replay does not help - could be also a backward compatibility problem as I was testing it with the 4.11 API: ``` Error replacing ACL: CloudStack API error 431 (CSExceptionErrorCode: 9999): Unable to execute API command replacenetworkacllist due to invalid value. Invalid parameter aclid value= due to incorrect long value format, or entity does not exist or due to incorrect parameter annotation for the field in api cmd class. │ │ with module.vpc.cloudstack_network.private[0], │ on .terraform/modules/vpc/main.tf line 32, in resource "cloudstack_network" "private": │ 32: resource "cloudstack_network" "private" { │ ``` -- 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