Hi everyone, Based on feedback we heard from multiple people, we are consolidating the two Meraki Terraform providers out there. The old provider (cisco-open/terraform-provider-meraki) is deprecated and will no longer be updated. The new provider (CiscoDevNet/terraform-provider-meraki) is now the official, actively maintained version. Why is this change happening? The new Terraform provider will provide more efficient operations, ongoing support, new features, and improvements, ensuring a more robust and future-proof experience for all Meraki users. Can I continue using the old provider? Yes, but the old provider will no longer receive updates or new features. We encourage you to plan a migration to the new provider. Bugs will be fixed on a best effort basis until January 31st, 2026. What are the recommended migration steps? Review Documentation: Read the new provider’s documentation carefully. Resource names and attributes are not necessarily the same. Update Configurations: Refactor your .tf files to match the new HCL format and attribute names. Test Plans: Run terraform plan to identify required changes and resolve any errors. Handle State: Use terraform import or state manipulation commands to align existing resources with the new provider’s resource model. Validate Changes: Test in a non-production environment before applying changes in production. What happens if I don’t migrate? Your existing setup will continue to function, but no new features will be available for this provider. Over time, compatibility issues may arise as Terraform and Meraki evolve. Bugs will be fixed on a best effort basis until January 31st, 2026.
... View more