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
This module creates Security Group Rules using create_before_destroy = true.
This causes Terraform to fail when adding or removing CIDRs to an existing rule where an existing CIDR is retained, due to an issue with the Terraform AWS provider.
Describe the Bug
This module creates Security Group Rules using
create_before_destroy = true
.This causes Terraform to fail when adding or removing CIDRs to an existing rule where an existing CIDR is retained, due to an issue with the Terraform AWS provider.
See hashicorp/terraform-provider-aws#25173 for details and examples.
See also hashicorp/terraform#31316 for proposed solutions.
The text was updated successfully, but these errors were encountered: