Closed neil-wwt closed 3 years ago
sweet! thanks! I'm excited to use this fix in our environment. What's the release cycle like?
Hrm, wanted to do a minor release, but no need to hold this fix hostage. So can cut a release now for you.
awesome. thanks!!
Hi Neil, i would like to connect, i am facing issue creating my code on terraform, its says unsupported argument
│ Error: Unsupported argument │ │ on main.tf line 2872, in resource "panos_security_policy" "rule_Clean_up_Rule": │ 2872: log_end = false │ │ An argument named "log_end" is not expected here.
Need your suggestion here.
Describe the bug
When applying an invalid panos_security_policy, any rules defined manually or outside the current terraform are deleted even though the apply errors out and fails.
While it is true and documented that...
...it is not expected that this would happen if apply does not complete successfully.
Expected behavior
The apply should fail and existing firewall rules are unchanged.
Current behavior
The apply fails and all existing firewall rules are removed.
Possible solution
I'm guessing there is a missing catch somewhere? Or maybe it's not actually invalid, just incorrect, and apply should not fail? Regardless, how it behaves now is wrong.
Steps to reproduce
foobar
)error
Screenshots
Context
If the new set of rules is intended to replace functionality of existing rules (like if rules were defined manually and now being codified to have the same behavior) but there is a coding mistake, this leaves the firewall is a broken state.
Your Environment