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

aws_security_group_rule create_before_destroy triggers bug in provider #34

Closed
Nuru opened this issue Jun 4, 2022 · 0 comments · Fixed by #35
Closed

aws_security_group_rule create_before_destroy triggers bug in provider #34

Nuru opened this issue Jun 4, 2022 · 0 comments · Fixed by #35
Labels
bug 🐛 An issue with the system

Comments

@Nuru
Copy link
Contributor

Nuru commented Jun 4, 2022

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.

@Nuru Nuru added the bug 🐛 An issue with the system label Jun 4, 2022
@Nuru Nuru closed this as completed in #35 Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue with the system
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant