Forum Discussion

Nielsn's avatar
Nielsn
Comet
9 days ago

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_host_from_csv

However when running the import for multiple hosts I'm getting the following error:

The first host is created successfully, however the others are not working because of error: 

Concurrent edits in account for Site

Any ideas on how to solve this?

2 Replies

  • 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