-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
f-data-networkfirewall_firewall_resource_policy #25474
f-data-networkfirewall_firewall_resource_policy #25474
Conversation
3092a52
to
49eed55
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.
Looking good! Providing one minor suggestion regarding a comment, and a request to fix the test function name.
internal/service/networkfirewall/firewall_resource_policy_data_source.go
Outdated
Show resolved
Hide resolved
internal/service/networkfirewall/firewall_resource_policy_data_source_test.go
Outdated
Show resolved
Hide resolved
- Update read function to use diag.Errorf() - Fix spacing in documentation - Add policy reference link to documentation
Co-authored-by: Albert Silva <50742829+silvaalbert@users.noreply.github.com>
0150fe6
to
a41826d
Compare
# Conflicts: # internal/provider/provider.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=TestAccNetworkFirewallFirewallResourcePolicyDataSource_' PKG=networkfirewall
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/networkfirewall/... -v -count 1 -parallel 20 -run=TestAccNetworkFirewallFirewallResourcePolicyDataSource_ -timeout 180m
=== RUN TestAccNetworkFirewallFirewallResourcePolicyDataSource_basic
=== PAUSE TestAccNetworkFirewallFirewallResourcePolicyDataSource_basic
=== CONT TestAccNetworkFirewallFirewallResourcePolicyDataSource_basic
--- PASS: TestAccNetworkFirewallFirewallResourcePolicyDataSource_basic (157.68s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/networkfirewall 167.433s
@ddericco Thanks for the contribution 🎉 👏. |
This functionality has been released in v4.64.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. |
Community Note
Relates #18026
Output from acceptance testing: