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
The current version of the alicloud_security_group_rule only allow to set one type of CIDR : source for Ingress, dest for Egress. Everything is mapped through the cidr_ip field. Though officially Alibabacloud supports to set both source and dest in the UI and in the Alibabacloud GO SDK.
It would be nice to populate those changes directly to this resource in the Terraform provider.
Terraform Version
v1.9.7
Affected Resource(s)
Please list the resources as a list, for example:
alicloud_security_group_rule
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Description
The current version of the alicloud_security_group_rule only allow to set one type of CIDR : source for Ingress, dest for Egress. Everything is mapped through the
cidr_ip
field. Though officially Alibabacloud supports to set both source and dest in the UI and in the Alibabacloud GO SDK.It would be nice to populate those changes directly to this resource in the Terraform provider.
Terraform Version
v1.9.7
Affected Resource(s)
Please list the resources as a list, for example:
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Terraform Actual Configuration
Terraform Desired Configuration
The text was updated successfully, but these errors were encountered: