Skip to content

Commit

Permalink
Update meraki_devices.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
mcparaf authored Jan 13, 2025
1 parent 9bba698 commit dee77d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meraki_devices.tf
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ resource "meraki_switch_port" "devices_switch_port" {
storm_control_enabled = try(each.value.data.storm_control, local.defaults.meraki.networks.networks.switch.port_schedules.storm_control, null)
adaptive_policy_group_id = each.value.adaptive_policy_group_id
peer_sgt_capable = try(each.value.data.peer_sgt_capable, local.defaults.meraki.networks.devices_switch_ports.peer_sgt_capable, null)
flexible_stacking_enabled = try(each.value.data.flexible_stacking, local.defaults.meraki.networks.networks.switch.port_schedules, local.defaults.meraki.networks.devices_switch_ports.flexible_stackinglocal.defaults.meraki.networks.networks.switch.port_schedules, null)
flexible_stacking_enabled = try(each.value.data.flexible_stacking, local.defaults.meraki.networks.networks.switch.port_schedules.flexible_stacking, null)
dai_trusted = try(each.value.data.dai_trusted, local.defaults.meraki.networks.devices_switch_ports.dai_trusted, null)
profile_enabled = try(each.value.data.profile.enabled, local.defaults.meraki.networks.devices_switch_ports.profile.enabled, null)
# profile_id = try(each.value.data.profile.id, local.defaults.meraki.networks.devices_switch_ports.profile.id, null)
Expand Down

0 comments on commit dee77d3

Please sign in to comment.