-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
security_group: Destroying takes forever improvements #30114
Conversation
Community NoteVoting for Prioritization
For Submitters
|
2d1e027
to
6702b67
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🎉
$ make ts T=TestAccVPCSecurityGroup_ PKG=vpc
==> Checking that code complies with gofmt requirements...
Running acceptance tests with -short flag
TF_ACC=1 go test ./internal/service/ec2/... -v -short -count 1 -parallel 20 -run='TestAccVPCSecurityGroup_' -timeout 180m
--- PASS: TestAccVPCSecurityGroup_nameTerraformPrefix (35.77s)
=== CONT TestAccVPCSecurityGroup_failWithDiffMismatch
--- PASS: TestAccVPCSecurityGroup_vpcNegOneIngress (37.40s)
=== CONT TestAccVPCSecurityGroup_ingressWithPrefixList
--- PASS: TestAccVPCSecurityGroup_basic (37.60s)
=== CONT TestAccVPCSecurityGroup_ipv4AndIPv6Egress
--- PASS: TestAccVPCSecurityGroup_namePrefix (37.61s)
=== CONT TestAccVPCSecurityGroup_cidrAndGroups
--- PASS: TestAccVPCSecurityGroup_nameGenerated (38.51s)
=== CONT TestAccVPCSecurityGroup_defaultEgressVPC
--- PASS: TestAccVPCSecurityGroup_self (38.82s)
=== CONT TestAccVPCSecurityGroup_invalidCIDRBlock
--- PASS: TestAccVPCSecurityGroup_vpc (39.25s)
=== CONT TestAccVPCSecurityGroup_driftComplex
--- PASS: TestAccVPCSecurityGroup_ipv6 (39.42s)
=== CONT TestAccVPCSecurityGroup_vpcAllEgress
--- PASS: TestAccVPCSecurityGroup_allowAll (40.41s)
=== CONT TestAccVPCSecurityGroup_ingressWithCIDRAndSGsVPC
--- PASS: TestAccVPCSecurityGroup_sourceSecurityGroup (41.37s)
=== CONT TestAccVPCSecurityGroup_multiIngress
--- PASS: TestAccVPCSecurityGroup_ipRangeAndSecurityGroupWithSameRules (43.23s)
=== CONT TestAccVPCSecurityGroup_vpcProtoNumIngress
--- PASS: TestAccVPCSecurityGroup_invalidCIDRBlock (6.60s)
=== CONT TestAccVPCSecurityGroup_ingressMode
--- PASS: TestAccVPCSecurityGroup_egressWithPrefixList (52.34s)
=== CONT TestAccVPCSecurityGroup_namePrefixTerraform
--- PASS: TestAccVPCSecurityGroup_change (56.56s)
=== CONT TestAccVPCSecurityGroup_ruleDescription
--- PASS: TestAccVPCSecurityGroup_rulesDropOnError (58.52s)
=== CONT TestAccVPCSecurityGroup_disappears
--- PASS: TestAccVPCSecurityGroup_RuleLimit_cidrBlockExceededAppend (61.27s)
=== CONT TestAccVPCSecurityGroup_forceRevokeRulesTrue
--- PASS: TestAccVPCSecurityGroup_noVPC (61.45s)
=== CONT TestAccVPCSecurityGroup_egressMode
--- PASS: TestAccVPCSecurityGroup_failWithDiffMismatch (29.26s)
=== CONT TestAccVPCSecurityGroup_ipRangesWithSameRules
--- PASS: TestAccVPCSecurityGroup_defaultEgressVPC (32.49s)
=== CONT TestAccVPCSecurityGroup_ruleGathering
--- PASS: TestAccVPCSecurityGroup_vpcAllEgress (33.55s)
--- PASS: TestAccVPCSecurityGroup_RuleLimit_exceededAppend (87.20s)
--- PASS: TestAccVPCSecurityGroup_tags (75.59s)
--- PASS: TestAccVPCSecurityGroup_cidrAndGroups (38.25s)
--- PASS: TestAccVPCSecurityGroup_vpcProtoNumIngress (33.17s)
--- PASS: TestAccVPCSecurityGroup_driftComplex (37.44s)
--- PASS: TestAccVPCSecurityGroup_RuleLimit_exceededAllNew (77.73s)
--- PASS: TestAccVPCSecurityGroup_ingressWithCIDRAndSGsVPC (37.32s)
--- PASS: TestAccVPCSecurityGroup_multiIngress (36.72s)
--- PASS: TestAccVPCSecurityGroup_ipv4AndIPv6Egress (41.55s)
--- PASS: TestAccVPCSecurityGroup_RuleLimit_exceededPrepend (80.50s)
--- PASS: TestAccVPCSecurityGroup_namePrefixTerraform (28.58s)
--- PASS: TestAccVPCSecurityGroup_disappears (23.38s)
--- PASS: TestAccVPCSecurityGroup_ingressWithPrefixList (47.10s)
--- PASS: TestAccVPCSecurityGroup_ipRangesWithSameRules (26.91s)
--- PASS: TestAccVPCSecurityGroup_ingressMode (52.87s)
--- PASS: TestAccVPCSecurityGroup_ruleGathering (37.40s)
--- PASS: TestAccVPCSecurityGroup_egressMode (47.69s)
--- PASS: TestAccVPCSecurityGroup_ruleDescription (53.84s)
--- PASS: TestAccVPCSecurityGroup_forceRevokeRulesTrue (201.64s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/ec2 277.797s
Co-authored-by: Jared Baker <jar-b@users.noreply.github.com>
This functionality has been released in v4.60.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
Relations
Closes #265
References
Output from Acceptance Testing