Unable to create disabled panos_nat_rule #209
Nothing4You
started this conversation in
Ideas
Replies: 1 comment
-
🎉 Thanks for opening your first issue here! Welcome to the community! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem?
I'm unable to create disabled nat rules in a single task.
Using 2 tasks results in always having 2 changed tasks.
Describe the solution you'd like
Either consider states
enable
anddisable
similar topresent
and create rules accordingly or introduce a separate parameter likedisabled
inpanos_security_rule
.Describe alternatives you've considered
Using 2 tasks, first one with
state: "present"
, second task withstate: "disabled"
.This results in both tasks being changed in each run.
Additional context
I need disabled rules to ensure being able to set up the correct order using
location
andexisting_rule
even if some rules in the list are unused at the time.Beta Was this translation helpful? Give feedback.
All reactions