You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
About the appliance_networking_firewall_inbound module in vmware_rest.
I noticed that when the rules parameter is missing, the module returns the message:
"missing required arguments: rules"
But the failed flag is still false.
Here’s what I got:
The error is coming from the rest api and the module is just passing it to the user. The module is not actually checking the response code and handling errors.
i think we should approach this similar to #385
Short term, document a work around
Long term, move to vmware.vmware
Summary
About the appliance_networking_firewall_inbound module in vmware_rest.
I noticed that when the rules parameter is missing, the module returns the message:
"missing required arguments: rules"
But the failed flag is still false.
Here’s what I got:
It feels like the module should set failed=True when a required parameter is missing.
Issue Type
Feature Idea
Component Name
appliance_networking_firewall_inbound
Additional Information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: