You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that the provider does not work correctly with segments that have the QoS profile set to what is called "None" in the GUI along with other segment profile types. This results in a change being shown for a segment when there should not be.
Poking around with the API a bit, it appears that qos_profile_path is set to "". If I attempt to add a block like this to the segment, terraform throws an error for "Invalid policy path" before the plan runs:
qos_profile {
qos_profile_path = ""
}
Reproduction steps
Create a segment with a custom security profile and the QoS profile set to "None" manually in the GUI.
Import the segment to Terraform and run a plan.
The plan output will show that terraform wants to make a change to the network's qos_profile
...
Expected behavior
Terraform allows the qos_profile_path on the segment to be set to "" or handles the qos_block missing differently.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
It appears that the provider does not work correctly with segments that have the QoS profile set to what is called "None" in the GUI along with other segment profile types. This results in a change being shown for a segment when there should not be.
For example, a segment configured like this:
Results in a plan showing this:
Poking around with the API a bit, it appears that
qos_profile_path
is set to "". If I attempt to add a block like this to the segment, terraform throws an error for "Invalid policy path" before the plan runs:Reproduction steps
qos_profile
...
Expected behavior
Terraform allows the
qos_profile_path
on the segment to be set to""
or handles theqos_block
missing differently.Additional context
No response
The text was updated successfully, but these errors were encountered: