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
When running terraform plan on template containing an interface configured as an aggregate-group member, the provider plans to update vsys on the interface
Expected behavior
vsys is not valid on an interface configured as an aggregate-group member, so no change should be planned
Current behavior
The provider plans to update vsys on the interface
Steps to reproduce
Plan and apply script configuring an ethernet interface as member of an aggregate-group:
Describe the bug
When running terraform plan on template containing an interface configured as an aggregate-group member, the provider plans to update vsys on the interface
Expected behavior
vsys is not valid on an interface configured as an aggregate-group member, so no change should be planned
Current behavior
The provider plans to update vsys on the interface
Steps to reproduce
name = "ethernet1/1" template = "template1" mode = "aggregate-group" aggregate_group = "ae1" lifecycle { create_before_destroy = true } }
Screenshots
Your Environment
The text was updated successfully, but these errors were encountered: