Skip to content

Commit

Permalink
feat(panos_template_variable): Add gathered_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
shinmog committed Oct 12, 2022
1 parent 9f3b08c commit 8c1fea2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/modules/panos_template_variable.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@
extends_documentation_fragment:
- paloaltonetworks.panos.fragments.provider
- paloaltonetworks.panos.fragments.network_resource_module_state
- paloaltonetworks.panos.fragments.gathered_filter
- paloaltonetworks.panos.fragments.full_template_support
options:
name:
description:
- Name of the variable.
- Variable names should start with the dollar sign.
type: str
required: true
value:
description:
- The variable value.
Expand Down Expand Up @@ -99,6 +99,7 @@ def main():
template=True,
template_stack=True,
with_network_resource_module_state=True,
with_gathered_filter=True,
firewall_error="This is a Panorama module",
sdk_cls=("panorama", "TemplateVariable"),
sdk_params=dict(
Expand Down

0 comments on commit 8c1fea2

Please sign in to comment.