kiranchavala commented on issue #241:
URL:
https://github.com/apache/cloudstack-terraform-provider/issues/241#issuecomment-3384695559
@Pearl1594
getting the issue with only the networks which are in a project
```
resource "cloudstack_egress_firewall" "default_egress_fw_01" {
network_id = "c6f4d6eb-00de-4b4f-9090-cd07306f6003"
rule {
cidr_list = ["0.0.0.0/0"]
protocol = "tcp"
ports = ["53", "80", "443", "6443", "8443"]
}
rule {
cidr_list = ["0.0.0.0/0"]
protocol = "udp"
ports = ["53", "123"]
}
}
```
```
cloudstack_egress_firewall.default_egress_fw_01: Creating...
╷
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to cloudstack_egress_firewall.default_egress_fw_01,
provider "provider[\"registry.terraform.io/cloudstack/cloudstack\"]" produced
an unexpected new value: Root object was present, but now
│ absent.
│
│ This is a bug in the provider, which should be reported in the provider's
own issue tracker.
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]