[1m[31mError: [0m[0m[1mProvider produced inconsistent result after apply[0m
[0mWhen applying changes to alicloud_security_group_rule.allow_3100, provider
"registry.terraform.io/hashicorp/alicloud" produced an unexpected new value:
Root resource was present, but now absent.
This is a bug in the provider, which should be reported in the provider's own
issue tracker.
resource "alicloud_security_group_rule" "allow_3100" { type = "ingress" ip_protocol = "tcp" nic_type = var.nic_type policy = "accept" port_range = "3100/3100" priority = 1 security_group_id = alicloud_security_group.group.id
TO BE MODIFIED
}
[1m[31mError: [0m[0m[1mProvider produced inconsistent result after apply[0m
[0mWhen applying changes to alicloud_security_group_rule.allow_3100, provider "registry.terraform.io/hashicorp/alicloud" produced an unexpected new value: Root resource was present, but now absent.
This is a bug in the provider, which should be reported in the provider's own issue tracker.