Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Aug 17, 2020 · 0 comments

Comments

@clouda3
Copy link

clouda3 commented Aug 17, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant