Forum Discussion

Nielsn's avatar
Nielsn
Comet
2 months ago
Solved

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...
  • Brian-Anderson's avatar
    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