alibaba / terraform-provider

[DEPRECATED] This repo has been deprecated and please access https://github.com/terraform-providers/terraform-provider-alicloud
Apache License 2.0
384 stars 117 forks source link

when I add cidr_IP 172.16.0.1/32(I already have 2 cidr_ip ,want to add one more),after I applied terraform,cirdir_ip never add to my server #781

Open clouda3 opened 4 years ago

clouda3 commented 4 years ago

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_**"

}

[1mError: Provider produced inconsistent result after apply

When 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.