-
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_domain_list: Add new resource #18558
resource/aws_route53_resolver_firewall_domain_list: Add new resource #18558
Conversation
Thank you for your contribution! 🚀 Please note that typically Go dependency changes are handled in this repository by dependabot or the maintainers. This is to prevent pull request merge conflicts and further delay reviews of contributions. Remove any changes to the Additional details:
|
This currently branches from #18544 - if a later build deps bump gets merged this can be rebased |
56615ae
to
5c312c9
Compare
e5412e4
to
adcc04d
Compare
9ce20a0
to
d160bdd
Compare
d160bdd
to
0bceac3
Compare
Hi @ewbankkit - PR updated and conflicts with main resolved |
b4c8702
to
3777803
Compare
Many thanks for the review @ewbankkit - updated with feedback 👍 |
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=TestAccAWSRoute53ResolverFirewallDomainList_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSRoute53ResolverFirewallDomainList_ -timeout 180m
=== RUN TestAccAWSRoute53ResolverFirewallDomainList_basic
=== PAUSE TestAccAWSRoute53ResolverFirewallDomainList_basic
=== RUN TestAccAWSRoute53ResolverFirewallDomainList_domains
=== PAUSE TestAccAWSRoute53ResolverFirewallDomainList_domains
=== RUN TestAccAWSRoute53ResolverFirewallDomainList_disappears
=== PAUSE TestAccAWSRoute53ResolverFirewallDomainList_disappears
=== RUN TestAccAWSRoute53ResolverFirewallDomainList_tags
=== PAUSE TestAccAWSRoute53ResolverFirewallDomainList_tags
=== CONT TestAccAWSRoute53ResolverFirewallDomainList_basic
=== CONT TestAccAWSRoute53ResolverFirewallDomainList_tags
=== CONT TestAccAWSRoute53ResolverFirewallDomainList_disappears
=== CONT TestAccAWSRoute53ResolverFirewallDomainList_domains
--- PASS: TestAccAWSRoute53ResolverFirewallDomainList_disappears (83.47s)
--- PASS: TestAccAWSRoute53ResolverFirewallDomainList_basic (100.75s)
--- PASS: TestAccAWSRoute53ResolverFirewallDomainList_tags (114.65s)
--- PASS: TestAccAWSRoute53ResolverFirewallDomainList_domains (334.35s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 334.458s
LGTM 🚀 Thanks @gazoakley! Verified Acceptance Tests in Commercial (us-west-2) make testacc TESTARGS='-run=TestAccAWSRoute53ResolverFirewallDomainList_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSRoute53ResolverFirewallDomainList_ -timeout 180m
=== RUN TestAccAWSRoute53ResolverFirewallDomainList_basic
=== PAUSE TestAccAWSRoute53ResolverFirewallDomainList_basic
=== RUN TestAccAWSRoute53ResolverFirewallDomainList_domains
=== PAUSE TestAccAWSRoute53ResolverFirewallDomainList_domains
=== RUN TestAccAWSRoute53ResolverFirewallDomainList_disappears
=== PAUSE TestAccAWSRoute53ResolverFirewallDomainList_disappears
=== RUN TestAccAWSRoute53ResolverFirewallDomainList_tags
=== PAUSE TestAccAWSRoute53ResolverFirewallDomainList_tags
=== CONT TestAccAWSRoute53ResolverFirewallDomainList_basic
=== CONT TestAccAWSRoute53ResolverFirewallDomainList_tags
=== CONT TestAccAWSRoute53ResolverFirewallDomainList_disappears
=== CONT TestAccAWSRoute53ResolverFirewallDomainList_domains
--- PASS: TestAccAWSRoute53ResolverFirewallDomainList_disappears (87.72s)
--- PASS: TestAccAWSRoute53ResolverFirewallDomainList_basic (91.63s)
--- PASS: TestAccAWSRoute53ResolverFirewallDomainList_tags (114.16s)
--- PASS: TestAccAWSRoute53ResolverFirewallDomainList_domains (327.32s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 330.205s Verified Acceptance Tests in GovCloud (us-gov-west-1) make testacc TESTARGS='-run=TestAccAWSRoute53ResolverFirewallDomainList_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSRoute53ResolverFirewallDomainList_ -timeout 180m
=== RUN TestAccAWSRoute53ResolverFirewallDomainList_basic
=== PAUSE TestAccAWSRoute53ResolverFirewallDomainList_basic
=== RUN TestAccAWSRoute53ResolverFirewallDomainList_domains
=== PAUSE TestAccAWSRoute53ResolverFirewallDomainList_domains
=== RUN TestAccAWSRoute53ResolverFirewallDomainList_disappears
=== PAUSE TestAccAWSRoute53ResolverFirewallDomainList_disappears
=== RUN TestAccAWSRoute53ResolverFirewallDomainList_tags
=== PAUSE TestAccAWSRoute53ResolverFirewallDomainList_tags
=== CONT TestAccAWSRoute53ResolverFirewallDomainList_basic
=== CONT TestAccAWSRoute53ResolverFirewallDomainList_tags
=== CONT TestAccAWSRoute53ResolverFirewallDomainList_disappears
=== CONT TestAccAWSRoute53ResolverFirewallDomainList_domains
--- PASS: TestAccAWSRoute53ResolverFirewallDomainList_disappears (85.58s)
--- PASS: TestAccAWSRoute53ResolverFirewallDomainList_basic (89.85s)
--- PASS: TestAccAWSRoute53ResolverFirewallDomainList_tags (110.42s)
--- PASS: TestAccAWSRoute53ResolverFirewallDomainList_domains (344.87s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 347.720s |
Add CHANGELOG entry for #18558
This has been released in version 3.37.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 issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Relates #18520
Output from acceptance testing: