diff --git a/docker-compose.yml b/docker-compose.yml index 8186805..1657c6b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -14,6 +14,7 @@ services: # Use the same filesystem to avoid a checksum mismatch error # or a file busy error caused by asynchronous IO. TF_PLUGIN_CACHE_DIR: "/tmp/plugin-cache" + TF_PLUGIN_CACHE_MAY_BREAK_DEPENDENCY_LOCK_FILE: "true" # From observation, although we don’t have complete confidence in the root cause, # it appears that localstack sometimes misses API requests when run in parallel. TF_CLI_ARGS_apply: "--parallelism=1"