Slackbot
09/26/2023, 1:16 PMAndrew Aiken
09/26/2023, 1:17 PMrunning "/atlantis/bin/terraform1.5.4 plan -input=false -refresh -out \"/atlantis/repos/ORG/terraform/100/default/TERRAFORM/PROJECT/PATH/PROJECT-DEFAULT.tfplan\"" in "/atlantis/repos/ORG/terraform/100/default/TERRAFORM/PROJECT/PATH": signal: killed
No problems detected!
I run another atlantis plan
Plan Error
running "/atlantis/bin/terraform1.5.4 init -input=false -upgrade" in "/atlantis/repos/ORG/terraform/100/default/TERRAFORM/PROJECT/PATH": exit status 1
Initializing the backend...
Initializing provider plugins...
- Finding hashicorp/aws versions matching "5.10.0"...
- Installing hashicorp/aws v5.10.0...
╷
│ Error: Failed to install provider
│
│ Error while installing hashicorp/aws v5.10.0: open
│ /atlantis/plugin-cache/registry.terraform.io/hashicorp/aws/5.10.0/linux_amd64/terraform-provider-aws_v5.10.0_x5:
│ text file busy
╵Andrew Aiken
09/26/2023, 1:19 PMTim Wisbauer
09/26/2023, 1:23 PMplugin_cache_dir in another tool and had to disable it: https://github.com/hashicorp/terraform/issues/31964#issuecomment-1271597992
Curious if other folks are able to successfully use plugin_cache_dirTim Wisbauer
09/26/2023, 1:28 PMJason Reslock
09/26/2023, 1:47 PMFinn Arne Gangstad
09/27/2023, 4:14 PMTF_PLUGIN_CACHE_MAY_BREAK_DEPENDENCY_LOCK_FILE .. In fact atlantis should probably recommend or at least mention setting that.Quynh Nguyen
10/03/2023, 5:38 PMTF_PLUGIN_CACHE_MAY_BREAK_DEPENDENCY_LOCK_FILE since the retries are no longer helping for the Text file busy issue in TFv1.4 and above...