PaloAltoNetworks / terraform-provider-panos

Terraform Panos provider
https://www.terraform.io/docs/providers/panos/
MIT License
89 stars 73 forks source link

fail to make interface vlan - interface vlan does not exist in Panorama GUI #406

Closed Nimentus closed 1 year ago

Nimentus commented 1 year ago

Describe the bug

Hello. I am trying to make interface vlan. terraform runs without issue and I see the config preview in commit. but interface does not exist in GUI

Expected behavior

I should be able to see the interface vlan in interfaces list

Current behavior

interface is not showing up in the list

Possible solution

N/A

Steps to reproduce

  1. I make vlan
  2. I make layer 2 subinterface with the vlan tag value equal to the vlan I made in step1
  3. I make interface vlan
  4. I make vlan entries and add layer 2 subinterfaces I made in step2

Screenshots

pan_vlan_6 pan_vlan_4 pan_vlan_3 pan_vlan_2 pan_vlan_01

Context

N/A

Your Environment

Panorama 10.2.3 in AWS - HA

terraform latest version I use terragrunt and I made a module for all resources

welcome-to-palo-alto-networks[bot] commented 1 year ago

:tada: Thanks for opening your first issue here! Welcome to the community!

Nimentus commented 1 year ago

I have an update here. The issue has been solved.