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.
Hi guys, not sure if my title is clear enough as I'm not sure how to word it. I'm not sure if this is terraform issue or provider issue.I have an appliance in an existing network on Meraki. I want to use terraform to change the port settings on the M...
Hi,We have been using Terraform on Meraki using cisco-open provider. Recently, when I run terraform init, I got this warning Warning: Additional provider information from registry││ The remote registry returned warnings for registry.terraform.io/cisc...
Thank you, but I think the time_sleep block only works for 2 different complete resource instances which are manually declared in terraform, whereas mine is created by iterating through a list of ports on MX.I want to use count loop because I have 2 ...
Thanks Oren, I'm using count to iterate through my MX ports and I don't think I can add a delay between count iterations in Terraform. Does cisco-open terraform provider let you set delay between API calls?