Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have the following Terraform code: # Enable VLAN configurations on appliances in the Meraki Network "terraform1"resource "meraki_appliance_vlans_settings" "terraform1" {network_id = meraki_network.terraform1.idvlans_enabled = true}# Configure VLAN ...