Closed hi-artem closed 1 year ago
The learning_disabled directive of prismacloudcompute_container_runtime_policy is not behaving as expected.
learning_disabled
prismacloudcompute_container_runtime_policy
Assuming the TF is the following:
resource "prismacloudcompute_container_runtime_policy" "ruleset" { learning_disabled = true }
The terraform apply should disable the learning.
terraform apply
It doesn't disable the learning.
Review prismacloudcompute_container_runtime_policy resource source code to find a bug
0.7.0 and 22.06.197 self-hosted
Issue has been addressed in the v0.8.0 release (https://github.com/PaloAltoNetworks/terraform-provider-prismacloudcompute/pull/71).
Describe the bug
The
learning_disabled
directive ofprismacloudcompute_container_runtime_policy
is not behaving as expected.Expected behavior
Assuming the TF is the following:
The
terraform apply
should disable the learning.Current behavior
It doesn't disable the learning.
Possible solution
Review
prismacloudcompute_container_runtime_policy
resource source code to find a bugSteps to reproduce
Your Environment
0.7.0 and 22.06.197 self-hosted