baltazorbest commented on issue #115: URL: https://github.com/apache/cloudstack-terraform-provider/issues/115#issuecomment-2646353917
Hello. After searching for the source of the issue, I found it here, the issue is related to the condition: https://github.com/apache/cloudstack-terraform-provider/blob/ae7858c02d98c7c7c29beb345f1c44756cb4db2c/cloudstack/resource_cloudstack_firewall.go#L378 After changing it to: `else if managed { d.SetId("") }` the firewall was created successfully with the parameters: ``` managed = false project = my_project_id ``` However, I'm not sure if this is the correct approach to solving the issue. -- 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