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_route53_resolver_firewall_rule #38074

Merged

Conversation

nikhil-goenka
Copy link
Contributor

@nikhil-goenka nikhil-goenka commented Jun 21, 2024

Description

Relations

Closes #38070

References

Output from Acceptance Testing

% make testacc TESTS=TestAccRoute53ResolverFirewallRule_ PKG=route53resolver
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 20 -run='TestAccRoute53ResolverFirewallRule_'  -timeout 360m
=== RUN   TestAccRoute53ResolverFirewallRule_basic
=== PAUSE TestAccRoute53ResolverFirewallRule_basic
=== RUN   TestAccRoute53ResolverFirewallRule_block
=== PAUSE TestAccRoute53ResolverFirewallRule_block
=== RUN   TestAccRoute53ResolverFirewallRule_blockOverride
=== PAUSE TestAccRoute53ResolverFirewallRule_blockOverride
=== RUN   TestAccRoute53ResolverFirewallRule_qType
=== PAUSE TestAccRoute53ResolverFirewallRule_qType
=== RUN   TestAccRoute53ResolverFirewallRule_disappears
=== PAUSE TestAccRoute53ResolverFirewallRule_disappears
=== CONT  TestAccRoute53ResolverFirewallRule_basic
=== CONT  TestAccRoute53ResolverFirewallRule_qType
=== CONT  TestAccRoute53ResolverFirewallRule_disappears
=== CONT  TestAccRoute53ResolverFirewallRule_blockOverride
=== CONT  TestAccRoute53ResolverFirewallRule_block
--- PASS: TestAccRoute53ResolverFirewallRule_disappears (94.28s)
--- PASS: TestAccRoute53ResolverFirewallRule_blockOverride (101.98s)
--- PASS: TestAccRoute53ResolverFirewallRule_block (102.01s)
--- PASS: TestAccRoute53ResolverFirewallRule_qType (102.05s)
--- PASS: TestAccRoute53ResolverFirewallRule_basic (102.09s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/route53resolver	119.099s

...

@nikhil-goenka nikhil-goenka requested a review from a team as a code owner June 21, 2024 20:46
Copy link

Community Note

Voting for Prioritization

  • Please vote on this pull request by adding a 👍 reaction to the original post to help the community and maintainers prioritize this pull request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

For Submitters

  • Review the contribution guide relating to the type of change you are making to ensure all of the necessary steps have been taken.
  • For new resources and data sources, use skaff to generate scaffolding with comments detailing common expectations.
  • Whether or not the branch has been rebased will not impact prioritization, but doing so is always a welcome surprise.

@github-actions github-actions bot added size/M Managed by automation to categorize the size of a PR. documentation Introduces or discusses updates to documentation. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. service/route53resolver Issues and PRs that pertain to the route53resolver service. labels Jun 21, 2024
@terraform-aws-provider terraform-aws-provider bot added the needs-triage Waiting for first response or review from a maintainer. label Jun 21, 2024
@ewbankkit ewbankkit added enhancement Requests to existing resources that expand the functionality or scope. and removed needs-triage Waiting for first response or review from a maintainer. labels Jun 24, 2024
Copy link
Contributor

@ewbankkit ewbankkit left a 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_qType
=== PAUSE TestAccRoute53ResolverFirewallRule_qType
=== RUN   TestAccRoute53ResolverFirewallRule_disappears
=== PAUSE TestAccRoute53ResolverFirewallRule_disappears
=== CONT  TestAccRoute53ResolverFirewallRule_basic
=== CONT  TestAccRoute53ResolverFirewallRule_blockOverride
=== CONT  TestAccRoute53ResolverFirewallRule_block
--- PASS: TestAccRoute53ResolverFirewallRule_blockOverride (48.03s)
=== CONT  TestAccRoute53ResolverFirewallRule_disappears
--- PASS: TestAccRoute53ResolverFirewallRule_basic (48.07s)
=== CONT  TestAccRoute53ResolverFirewallRule_qType
=== CONT  TestAccRoute53ResolverFirewallRule_update_firewallDomainRedirectionAction
--- PASS: TestAccRoute53ResolverFirewallRule_block (48.33s)
--- PASS: TestAccRoute53ResolverFirewallRule_disappears (45.17s)
--- PASS: TestAccRoute53ResolverFirewallRule_qType (57.07s)
--- PASS: TestAccRoute53ResolverFirewallRule_update_firewallDomainRedirectionAction (65.12s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/route53resolver	118.228s

@ewbankkit
Copy link
Contributor

@nikhil-goenka Thanks for the contribution 🎉 👏.

@ewbankkit ewbankkit merged commit aeb03d1 into hashicorp:main Jun 24, 2024
44 checks passed
@github-actions github-actions bot added this to the v5.56.0 milestone Jun 24, 2024
@nikhil-goenka nikhil-goenka deleted the f/aws_route53_resolver_firewall_rule branch June 24, 2024 20:35
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Introduces or discusses updates to documentation. enhancement Requests to existing resources that expand the functionality or scope. service/route53resolver Issues and PRs that pertain to the route53resolver service. size/M Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Enhancement]: Add support for "Query type" on aws_route53_resolver_firewall_rule
2 participants