-
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
resource/aws_route53_resolver_firewall_rule: Add new resource #18712
resource/aws_route53_resolver_firewall_rule: Add new resource #18712
Conversation
7ca02d7
to
23c6ac9
Compare
Based on #18558 - will rebase if necessary after review |
402607b
to
08476a3
Compare
08476a3
to
34f0f80
Compare
34f0f80
to
aef3605
Compare
Hi @ewbankkit - was about to make those same changes myself 😄 . The sweeper also needs fixing - I'll take a look at that shortly |
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 TEST=./aws/ TESTARGS='-run=TestAccAWSRoute53ResolverFirewallRule_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSRoute53ResolverFirewallRule_ -timeout 180m
=== RUN TestAccAWSRoute53ResolverFirewallRule_basic
=== PAUSE TestAccAWSRoute53ResolverFirewallRule_basic
=== RUN TestAccAWSRoute53ResolverFirewallRule_block
=== PAUSE TestAccAWSRoute53ResolverFirewallRule_block
=== RUN TestAccAWSRoute53ResolverFirewallRule_blockOverride
=== PAUSE TestAccAWSRoute53ResolverFirewallRule_blockOverride
=== RUN TestAccAWSRoute53ResolverFirewallRule_disappears
=== PAUSE TestAccAWSRoute53ResolverFirewallRule_disappears
=== CONT TestAccAWSRoute53ResolverFirewallRule_basic
=== CONT TestAccAWSRoute53ResolverFirewallRule_disappears
=== CONT TestAccAWSRoute53ResolverFirewallRule_blockOverride
=== CONT TestAccAWSRoute53ResolverFirewallRule_block
--- PASS: TestAccAWSRoute53ResolverFirewallRule_disappears (76.91s)
--- PASS: TestAccAWSRoute53ResolverFirewallRule_block (78.08s)
--- PASS: TestAccAWSRoute53ResolverFirewallRule_basic (79.02s)
--- PASS: TestAccAWSRoute53ResolverFirewallRule_blockOverride (79.29s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 79.384s
This has been released in version 3.38.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 for triage. Thanks! |
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. |
Community Note
Relates #18520
Output from acceptance testing: