Nielsn
2 months agoComet
Bulk import error: Concurrent edits in account for Site
Hi Guys, We need to import static hosts reservations into CATO. I found this helpful documentation: https://registry.terraform.io/providers/catonetworks/cato/latest/docs/guides/guide_cato_static_ho...
- 2 months ago
The Cato api does not like multiple modifications to be made at one time, but you can tell terraform to execute sequentially by running the following:
terraform apply -parallelism=1