Skip to content
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

panos_security_rule_group multiple rule deletion failure with Panorama v10.1 #421

Open
chuckysap opened this issue Dec 4, 2023 · 0 comments
Labels

Comments

@chuckysap
Copy link

Describe the bug

After upgrading Panorama to 10.1 from 9.1.12 we have been experiencing a consistent issue when deleting multiple security rules from a security rule group.

Expected behavior

I would expect the behavior to be the same as in Panorama 9.x where the deletions are handled successfully.

Current behavior

When deploying/executing a terraform apply with 2 or more security rule removals/deletions in a security rule group we experience the following error which is very generic. When looking at the config logs in the panorama, the same API call is made in 9.1.12 as is made in 10.1 (where the issue is experienced).

ERROR
Error: The request could not be handled

Config Logs from Panorama
DELETE device-group TEST_GROUP pre-rulebase security rules sp.L4_POLICY_4 or @name=sp.L4_POLICY_5

Possible solution

In my opinion this is likely a bug on the Panorama side, but wanted to see if this was known to anyone or if there are any work arounds.

Steps to reproduce

  1. Remove 2 rules from a panos_security_rule_group resource.
  2. Run terraform plan/apply against Panorama 10.1.
  3. See aforementioned error

Your Environment

  • Version used:

Panorama v10.1
Terraform Panos Plugin v1.11.1

@chuckysap chuckysap added the bug label Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant