-
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
Enable new VPC Security Group Rule resources #29484
Conversation
Community NoteVoting for Prioritization
For Submitters
|
This comment was marked as outdated.
This comment was marked as outdated.
Acceptance test output: % make testacc TESTARGS='-run=TestAccVPCSecurityGroupRulesDataSource_' PKG=ec2 ACCTEST_PARALLELISM=3 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 3 -run=TestAccVPCSecurityGroupRulesDataSource_ -timeout 180m === RUN TestAccVPCSecurityGroupRulesDataSource_basic === PAUSE TestAccVPCSecurityGroupRulesDataSource_basic === RUN TestAccVPCSecurityGroupRulesDataSource_tags === PAUSE TestAccVPCSecurityGroupRulesDataSource_tags === CONT TestAccVPCSecurityGroupRulesDataSource_basic === CONT TestAccVPCSecurityGroupRulesDataSource_tags --- PASS: TestAccVPCSecurityGroupRulesDataSource_basic (23.17s) --- PASS: TestAccVPCSecurityGroupRulesDataSource_tags (25.95s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/ec2 31.726s
Acceptance test output: % make testacc TESTARGS='-run=TestAccVPCSecurityGroupRuleDataSource_' PKG=ec2 ACCTEST_PARALLELISM=3 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 3 -run=TestAccVPCSecurityGroupRuleDataSource_ -timeout 180m === RUN TestAccVPCSecurityGroupRuleDataSource_basic === PAUSE TestAccVPCSecurityGroupRuleDataSource_basic === RUN TestAccVPCSecurityGroupRuleDataSource_filter === PAUSE TestAccVPCSecurityGroupRuleDataSource_filter === CONT TestAccVPCSecurityGroupRuleDataSource_basic === CONT TestAccVPCSecurityGroupRuleDataSource_filter --- PASS: TestAccVPCSecurityGroupRuleDataSource_basic (23.71s) --- PASS: TestAccVPCSecurityGroupRuleDataSource_filter (23.93s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/ec2 29.347s
cd63dd1
to
2578217
Compare
This functionality has been released in v4.56.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
Enables the
aws_vpc_security_group_egress_rule
andaws_vpc_security_group_ingress_rule
resources.Relations
Closes #20104.
Closes #29404.
Relates #27680.
Output from Acceptance Testing