-
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_group_association: Add new resource #18731
resource/aws_route53_resolver_firewall_rule_group_association: Add new resource #18731
Conversation
73770fa
to
8a41abc
Compare
8a41abc
to
a08c824
Compare
a08c824
to
d159e11
Compare
aws/resource_aws_route53_resolver_firewall_rule_group_association.go
Outdated
Show resolved
Hide resolved
aws/resource_aws_route53_resolver_firewall_rule_group_association.go
Outdated
Show resolved
Hide resolved
aws/resource_aws_route53_resolver_firewall_rule_group_association_test.go
Outdated
Show resolved
Hide resolved
@gazoakley Thanks for the contribution 👏. |
d159e11
to
66ecdc5
Compare
Hi @ewbankkit - thanks for the review 👍 . I've fixed the merge conflicts and addressed the review comments |
@gazoakley Everything seems on the right track here 👏. |
66ecdc5
to
8b6cdfc
Compare
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 🚀.
Commercial
% make testacc TEST=./aws TESTARGS='-run=TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_ -timeout 180m
=== RUN TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_basic
=== PAUSE TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_basic
=== RUN TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_name
=== PAUSE TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_name
=== RUN TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_mutationProtection
=== PAUSE TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_mutationProtection
=== RUN TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_priority
=== PAUSE TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_priority
=== RUN TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_disappears
=== PAUSE TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_disappears
=== RUN TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_tags
=== PAUSE TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_tags
=== CONT TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_basic
=== CONT TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_disappears
=== CONT TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_tags
=== CONT TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_priority
=== CONT TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_name
=== CONT TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_mutationProtection
--- PASS: TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_disappears (136.95s)
--- PASS: TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_basic (150.81s)
--- PASS: TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_mutationProtection (156.45s)
--- PASS: TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_tags (193.68s)
--- PASS: TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_priority (246.86s)
--- PASS: TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_name (326.82s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 329.687s
GovCloud
% make testacc TEST=./aws TESTARGS='-run=TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_ -timeout 180m
=== RUN TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_basic
=== PAUSE TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_basic
=== RUN TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_name
=== PAUSE TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_name
=== RUN TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_mutationProtection
=== PAUSE TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_mutationProtection
=== RUN TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_priority
=== PAUSE TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_priority
=== RUN TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_disappears
=== PAUSE TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_disappears
=== RUN TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_tags
=== PAUSE TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_tags
=== CONT TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_basic
=== CONT TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_disappears
=== CONT TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_priority
=== CONT TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_name
=== CONT TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_mutationProtection
=== CONT TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_basic
=== CONT TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_tags
--- PASS: TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_basic (204.45s)
--- PASS: TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_tags (224.56s)
--- PASS: TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_disappears (172.02s)
--- PASS: TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_mutationProtection (218.30s)
--- PASS: TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_priority (285.65s)
--- PASS: TestAccAWSRoute53ResolverFirewallRuleGroupAssociation_name (419.11s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 422.046s
41778a2
to
1eadd0c
Compare
@gazoakley Sorry, some sort of git mess up on my part got this one closed and I can't reopen it. |
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: