Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meraki_networks_appliance_vlans somehow trigger to be updated after adding manually appliance warm spare on meraki dashboard #99

Closed
efernando87 opened this issue Jul 8, 2024 · 2 comments

Comments

@efernando87
Copy link

Prerequisites

  • [V] Have you tested the operation in the API directly?
  • [V] Do you have the latest Terraform provider version?
  • [V] Review the compatibility matrix before opening an issue.

Describe the bug
after adding the warm spare on meraki dashboard, the terraform plan/apply showing config changes on the meraki_networks_appliance_vlans plugin part interface id (example below)

 # module.network.meraki_networks_appliance_vlans.example_vlan[0] will be updated in-place
  ~ resource "meraki_networks_appliance_vlans" "example_vlan" {
      + dhcp_relay_server_ips     = (known after apply)
        id                        = "224"
      ~ interface_id              = "3686196295003347754" -> (known after apply)
      + ipv6                      = {
          + enabled            = false
          + prefix_assignments = (known after apply)
        }
        name                      = "EXAMPLE-VLAN"
        # (17 unchanged attributes hidden)
    }

this config change also triggered to other vlans configured previously. and if we apply the config change, it will throw plugin error as attached file
error message meraki_networks_appliance_vlans.pdf

if we remove the warm spare device from the meraki dashboard site, it will remove config changes on the terraform plan/apply

Expected behavior
terraform plan not showing any changes or the terraform apply works

Screenshots
please find the attached .pdf file for the error messages

Environment (please complete the following information):

  • Meraki Dashboard version:
  • Terraform version: v1.8.3
  • Meraki provider version: 0.2.5-alpha
  • OS Version:

Additional context
Add any other context about the problem here.

fmunozmiranda added a commit that referenced this issue Jul 11, 2024
…anges set #100

- meraki_networks_appliance_vlans somehow trigger to be updated after adding manually appliance warm spare on meraki dashboard #99
fmunozmiranda added a commit that referenced this issue Jul 15, 2024
BUGFIXES:
* Issue #88 fixed.
* Issue #89 fixed.
* Issue #92 fixed.
* Issue #93 fixed.
* Issue #94 fixed.
* Issue #96 fixed.
* Issue #97 fixed.
* Issue #98 fixed.
* Issue #99 fixed.
* Issue #100 fixed.
* Issue #101 fixed.
* Issue #107 fixed.
* Issue #108 fixed.
* Issue #109 fixed.
@fmunozmiranda fmunozmiranda mentioned this issue Jul 15, 2024
1 task
@fmunozmiranda
Copy link
Collaborator

@efernando87 please try it again with new version and update us.

@fmunozmiranda
Copy link
Collaborator

If we do not receive a response it will be closed in the next 24 hours.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants