You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.
The text was updated successfully, but these errors were encountered:
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
cidr_ip = "172.16.0.20/32,172.16.0.30/32,172.16.0.1/32"
}
[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.
The text was updated successfully, but these errors were encountered: