-
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
Fix errors in JSON produced not matching service expectations #39142
Fix errors in JSON produced not matching service expectations #39142
Conversation
Add tests, adjust edge_sets to be a nested list per docs
Community NoteVoting for Prioritization
For Submitters
|
@drewtul Thanks for the contribution 🎉 👏. |
@ewbankkit The only reason I didn't do that as the attribute never worked previously, so no working configuration could've been used either of the attributes I changed per the bug I linked to. The generated JSON is rejected by the service and always has been. If you think it's worth retaining the attribute I can add a compatibility piece in, I just didn't think it was worthwhile in this occasion. |
Thank you for your contribution! 🚀 Please note that the Remove any changes to the |
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:
|
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=TestAccNetworkManagerCoreNetworkPolicyDocumentDataSource_' PKG=networkmanager
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.23.0 test ./internal/service/networkmanager/... -v -count 1 -parallel 20 -run=TestAccNetworkManagerCoreNetworkPolicyDocumentDataSource_ -timeout 360m
=== RUN TestAccNetworkManagerCoreNetworkPolicyDocumentDataSource_basic
=== PAUSE TestAccNetworkManagerCoreNetworkPolicyDocumentDataSource_basic
=== RUN TestAccNetworkManagerCoreNetworkPolicyDocumentDataSource_serviceInsertion
=== PAUSE TestAccNetworkManagerCoreNetworkPolicyDocumentDataSource_serviceInsertion
=== RUN TestAccNetworkManagerCoreNetworkPolicyDocumentDataSource_whenSentTo
=== PAUSE TestAccNetworkManagerCoreNetworkPolicyDocumentDataSource_whenSentTo
=== RUN TestAccNetworkManagerCoreNetworkPolicyDocumentDataSource_via
=== PAUSE TestAccNetworkManagerCoreNetworkPolicyDocumentDataSource_via
=== RUN TestAccNetworkManagerCoreNetworkPolicyDocumentDataSource_viaCompat
=== PAUSE TestAccNetworkManagerCoreNetworkPolicyDocumentDataSource_viaCompat
=== CONT TestAccNetworkManagerCoreNetworkPolicyDocumentDataSource_basic
=== CONT TestAccNetworkManagerCoreNetworkPolicyDocumentDataSource_via
=== CONT TestAccNetworkManagerCoreNetworkPolicyDocumentDataSource_whenSentTo
=== CONT TestAccNetworkManagerCoreNetworkPolicyDocumentDataSource_serviceInsertion
=== CONT TestAccNetworkManagerCoreNetworkPolicyDocumentDataSource_viaCompat
--- PASS: TestAccNetworkManagerCoreNetworkPolicyDocumentDataSource_whenSentTo (8.73s)
--- PASS: TestAccNetworkManagerCoreNetworkPolicyDocumentDataSource_viaCompat (8.75s)
--- PASS: TestAccNetworkManagerCoreNetworkPolicyDocumentDataSource_serviceInsertion (8.75s)
--- PASS: TestAccNetworkManagerCoreNetworkPolicyDocumentDataSource_basic (8.80s)
--- PASS: TestAccNetworkManagerCoreNetworkPolicyDocumentDataSource_via (8.80s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/networkmanager 13.648s
@drewtul Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.66.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. |
Fixes schema and generated JSON to match expectations of service per the bug in #38134
Description
Relations
Closes #38134
Output from Acceptance Testing