The error come from https://github.com/nicksnyder/go-i18n which is writing and reading in same time on a map (still cause terraform run resource in parallel)
This the cloud foundry CLI which use go-i18n to do translation.
Like we use some part of the cli to use it as a client for Cloud Foundry we are really tied to this translation functionality (cause the cli is tied to it).
Fortunately pull request and issue are already addressed to this repo:
Terraform run each resource in parallel and an error occurred sometimes during getting the list of organization:
The error come from https://github.com/nicksnyder/go-i18n which is writing and reading in same time on a map (still cause terraform run resource in parallel)
This the cloud foundry CLI which use go-i18n to do translation. Like we use some part of the cli to use it as a client for Cloud Foundry we are really tied to this translation functionality (cause the cli is tied to it).
Fortunately pull request and issue are already addressed to this repo: