-
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
aws_route53_resolver_firewall_rule #37242
aws_route53_resolver_firewall_rule #37242
Conversation
Community NoteVoting for Prioritization
For Submitters
|
# Conflicts: # internal/service/route53resolver/firewall_rule.go # internal/service/route53resolver/firewall_rule_test.go
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 testacc TESTARGS='-run=TestAccRoute53ResolverFirewallRule_' PKG=route53resolver ACCTEST_PARALLELISM=3
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.4 test ./internal/service/route53resolver/... -v -count 1 -parallel 3 -run=TestAccRoute53ResolverFirewallRule_ -timeout 360m
=== RUN TestAccRoute53ResolverFirewallRule_basic
=== PAUSE TestAccRoute53ResolverFirewallRule_basic
=== RUN TestAccRoute53ResolverFirewallRule_update_firewallDomainRedirectionAction
=== PAUSE TestAccRoute53ResolverFirewallRule_update_firewallDomainRedirectionAction
=== RUN TestAccRoute53ResolverFirewallRule_block
=== PAUSE TestAccRoute53ResolverFirewallRule_block
=== RUN TestAccRoute53ResolverFirewallRule_blockOverride
=== PAUSE TestAccRoute53ResolverFirewallRule_blockOverride
=== RUN TestAccRoute53ResolverFirewallRule_disappears
=== PAUSE TestAccRoute53ResolverFirewallRule_disappears
=== CONT TestAccRoute53ResolverFirewallRule_basic
=== CONT TestAccRoute53ResolverFirewallRule_blockOverride
=== CONT TestAccRoute53ResolverFirewallRule_block
--- PASS: TestAccRoute53ResolverFirewallRule_block (57.83s)
=== CONT TestAccRoute53ResolverFirewallRule_disappears
--- PASS: TestAccRoute53ResolverFirewallRule_basic (57.85s)
=== CONT TestAccRoute53ResolverFirewallRule_update_firewallDomainRedirectionAction
--- PASS: TestAccRoute53ResolverFirewallRule_blockOverride (58.24s)
--- PASS: TestAccRoute53ResolverFirewallRule_disappears (55.47s)
--- PASS: TestAccRoute53ResolverFirewallRule_update_firewallDomainRedirectionAction (65.04s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/route53resolver 127.360s
@nikhil-goenka Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.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
Relations
Closes #37197
References
Output from Acceptance Testing