atlantis icon indicating copy to clipboard operation
atlantis copied to clipboard

The default workspace at path terraform/sandbox/atlantis is currently locked by another command that is running for this pull request.

Open genfemme opened this issue 2 years ago • 38 comments

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you!
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.

Overview of the Issue

"I am experiencing a persistent issue where Atlantis reports that the default workspace is locked due to another command. Despite using atlantis unlock, the issue persists, preventing any new plans or applies."

Reproduction Steps

Execute atlantis plan in a pull request.
Encounter a workspace lock error.
Attempt to unlock using atlantis unlock.
Re-run atlantis plan and face the same lock error.

Error details

`Ran Plan for dir: terraform/sandbox/atlantis workspace: default

Plan Error

The default workspace at path terraform/sandbox/atlantis is currently locked by another command that is running for this pull request. Wait until the previous command is complete and try again.`

Logs

[DBUG] 5 files were modified in this pull request
[DBUG] got workspace lock
[DBUG] clone directory "/home/atlantis/.atlantis/repos/Projects/terraform-sandbox/11/default" already exists, checking if it's at the right commit
[DBUG] repo is at correct commit "a053e755a69ca20ca902397974d5eaf66cb1b2f1" so will not re-clone
[INFO] successfully parsed atlantis.yaml file
[DBUG] moduleInfo for /home/atlantis/.atlantis/repos/Projects/terraform-sandbox/11/default (matching "") = map[]
[DBUG] found downstream projects for "atlantis.yaml": []
[DBUG] found downstream projects for "terraform/_env/atlantis.hcl": []
[DBUG] found downstream projects for "terraform/sandbox/atlantis/terragrunt.hcl": []
[DBUG] found downstream projects for "terraform/sandbox/atlantis_wrapper/main.tf": []
[DBUG] found downstream projects for "terraform/sandbox/atlantis_wrapper/server-atlantis.yaml": []
[DBUG] checking if project at dir "terraform/sandbox/base" workspace "default" was modified
[DBUG] checking if project at dir "terraform/sandbox/application" workspace "default" was modified
[DBUG] checking if project at dir "terraform/sandbox/cluster" workspace "default" was modified
[DBUG] checking if project at dir "terraform/sandbox/atlantis" workspace "default" was modified
[DBUG] file "terraform/sandbox/atlantis/terragrunt.hcl" matched pattern
[INFO] 1 projects are to be planned based on their when_modified config
[DBUG] determining config for project at dir: "terraform/sandbox/atlantis" workspace: "default"
[DBUG] MergeProjectCfg started
[DBUG] setting apply_requirements: [approved] from repos[1], id: /.*/
[DBUG] setting import_requirements: [] from default server config
[DBUG] setting workflow: "default" from repos[1], id: /.*/
[DBUG] setting allowed_overrides: [apply_requirements,workflow] from repos[1], id: /.*/
[DBUG] setting allow_custom_workflows: true from repos[1], id: /.*/
[DBUG] setting delete_source_branch_on_merge: false from default server config
[DBUG] setting repo_locking: true from default server config
[DBUG] setting plan_requirements: [] from default server config
[DBUG] MergeProjectCfg completed
[DBUG] overriding server-defined workflow with repo-specified workflow: "terragrunt"
[DBUG] MergeProjectCfg completed
[DBUG] final settings: plan_requirements: [], apply_requirements: [approved], import_requirements: [], workflow: terragrunt
[DBUG] Building project command context for plan
[INFO] Cannot determine which version to use from terraform configuration, detected 0 possibilities.
[DBUG] deleting previous plans and locks
[INFO] acquired lock with id "Projects/terraform-sandbox/terraform/sandbox/atlantis/default"
[DBUG] acquired lock for project
[EROR] Error running plan operation: The default workspace at path terraform/sandbox/atlantis is currently locked by another command that is running for this pull request.
Wait until the previous command is complete and try again.

genfemme avatar Mar 01 '24 10:03 genfemme

Waiting for response

genfemme avatar Mar 02 '24 16:03 genfemme

atlantis, version? VCS? atlantis.yaml, repo config? we need to see how you configured it

jamengual avatar Mar 03 '24 02:03 jamengual

and check this: https://github.com/runatlantis/atlantis/pull/4192

On Sat, Mar 2, 2024 at 8:57 AM genfemme @.***> wrote:

Waiting for response

— Reply to this email directly, view it on GitHub https://github.com/runatlantis/atlantis/issues/4302#issuecomment-1974850653, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ3ERDA2U2JHUABYSR4RODYWIAG7AVCNFSM6AAAAABEBRHTZGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZUHA2TANRVGM . You are receiving this because you are subscribed to this thread.Message ID: @.***>

jamengual avatar Mar 03 '24 02:03 jamengual

@jamengual

atlantis:v0.24.2

This is the atlantis.yaml file -

version: 3
projects:
- name: base
  dir: terraform/sandbox/base
  terraform_version: v1.6.6
  workflow: terragrunt
  workspace: base
  autoplan:
    enabled: true
  apply_requirements: [approved]
- name: application
  dir: terraform/sandbox/application
  terraform_version: v1.6.6
  workflow: terragrunt
  workspace: application
  autoplan:
    enabled: true
  apply_requirements: [approved]
- name: cluster
  dir: terraform/sandbox/cluster
  terraform_version: v1.6.6
  workflow: terragrunt
  workspace: cluster
  autoplanP:
    enabled: true
  apply_requirements: [approved]
- name: atlantis
  dir: terraform/sandbox/atlantis
  terraform_version: v1.6.6
  workflow: terragrunt
  workspace: atlantis
  autoplan:
    enabled: true
  apply_requirements: [approved]

workflows:
  terragrunt:
    plan:
      steps:
      - run: terragrunt plan -no-color -input=false -out=$PLANFILE
    #apply:
    #  steps:
    #  - run: terragrunt apply -no-color -input=false $PLANFILE

This is the repo.config repos:

  • id: /.*/ allow_custom_workflows: true allowed_overrides:

    • apply_requirements
    • workflow apply_requirements:
    • approved

    Is repo.config required? I have tried without this as well but still the same issue.

genfemme avatar Mar 04 '24 09:03 genfemme

waiting for response

genfemme avatar Mar 04 '24 12:03 genfemme

have you tried to update atlantis?

jamengual avatar Mar 04 '24 17:03 jamengual

What version are you suggesting?

genfemme avatar Mar 04 '24 18:03 genfemme

latest, 0.27.1

jamengual avatar Mar 04 '24 18:03 jamengual

Are there any breaking changes in Atlantis v0.27.1 that would require modifications to our existing atlantis.yaml or repository configuration files?

genfemme avatar Mar 04 '24 18:03 genfemme

it should work fine. you could try any of the 26 versions too before changing to 27. check the release changelog to make sure.

On Mon, Mar 4, 2024 at 10:59 AM genfemme @.***> wrote:

Are there any breaking changes in Atlantis v0.27.1 that would require modifications to our existing atlantis.yaml or repository configuration files?

— Reply to this email directly, view it on GitHub https://github.com/runatlantis/atlantis/issues/4302#issuecomment-1977257880, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ3ERBWLU47D4QQXALBFYLYWTACRAVCNFSM6AAAAABEBRHTZGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZXGI2TOOBYGA . You are receiving this because you were mentioned.Message ID: @.***>

jamengual avatar Mar 04 '24 19:03 jamengual

I updated the image to Atlantis v0.27.1 but still getting the same error. Following are the details -

the sandbox workspace at path terraform/sandbox is currently locked by another command that is running for this pull request. Wait until the previous command is complete and try again

[DBUG] Building plan command for all affected projects [DBUG] 3 files were modified in this pull request. Modified files: [atlantis.yaml server-atlantis.yaml terraform/_env/base.hcl] [DBUG] got workspace lock [INFO] successfully parsed atlantis.yaml file [DBUG] moduleInfo for /home/atlantis/.atlantis/repos/AdharaProjects/terraform-sandbox/14/default (matching "") = map[] [DBUG] found downstream projects for "atlantis.yaml": [] [DBUG] found downstream projects for "server-atlantis.yaml": [] [DBUG] found downstream projects for "terraform/_env/base.hcl": [] [DBUG] checking if project at dir "terraform/sandbox" workspace "sandbox" was modified [DBUG] file "terraform/_env/base.hcl" matched pattern [INFO] 1 projects are to be planned based on their when_modified config [DBUG] determining config for project at dir: "terraform/sandbox" workspace: "sandbox" [DBUG] MergeProjectCfg started [DBUG] setting repo_locking: true from default server config [DBUG] setting policy_check: false from default server config [DBUG] setting plan_requirements: [] from default server config [DBUG] setting workflow: "default" from repos[1], id: /.*/ [DBUG] setting delete_source_branch_on_merge: false from default server config [DBUG] setting allow_custom_workflows: true from repos[1], id: /.*/ [DBUG] setting custom_policy_check: false from default server config [DBUG] setting apply_requirements: [approved] from repos[1], id: /.*/ [DBUG] setting import_requirements: [] from default server config [DBUG] setting allowed_overrides: [apply_requirements,workflow] from repos[1], id: /.*/ [DBUG] MergeProjectCfg completed [DBUG] overriding server-defined workflow with repo-specified workflow: "terragrunt" [DBUG] MergeProjectCfg completed [DBUG] final settings: plan_requirements: [], apply_requirements: [approved], import_requirements: [], workflow: terragrunt [DBUG] Building project command context for plan [DBUG] deleting previous plans and locks [INFO] acquired lock with id "AdharaProjects/terraform-sandbox/terraform/sandbox/sandbox" [DBUG] acquired lock for project [EROR] Error running plan operation: the sandbox workspace at path terraform/sandbox is currently locked by another command that is running for this pull request. Wait until the previous command is complete and try again

Please can you suggest on how to proceed with this?

genfemme avatar Mar 13 '24 16:03 genfemme

you always have this issue? when you say persistent as in for all repos, only one?

are you trying to run atlantis plan manually after a PR push before waiting for autoplan to run?

try disabling parallel plans and see if it works.

On Wed, Mar 13, 2024 at 9:01 AM genfemme @.***> wrote:

I updated the image to Atlantis v0.27.1 but still getting the same error. Following are the details -

the sandbox workspace at path terraform/sandbox is currently locked by another command that is running for this pull request. Wait until the previous command is complete and try again

[DBUG] Building plan command for all affected projects [DBUG] 3 files were modified in this pull request. Modified files: [atlantis.yaml server-atlantis.yaml terraform/_env/base.hcl] [DBUG] got workspace lock [INFO] successfully parsed atlantis.yaml file [DBUG] moduleInfo for /home/atlantis/.atlantis/repos/AdharaProjects/terraform-sandbox/14/default (matching "") = map[] [DBUG] found downstream projects for "atlantis.yaml": [] [DBUG] found downstream projects for "server-atlantis.yaml": [] [DBUG] found downstream projects for "terraform/_env/base.hcl": [] [DBUG] checking if project at dir "terraform/sandbox" workspace "sandbox" was modified [DBUG] file "terraform/_env/base.hcl" matched pattern [INFO] 1 projects are to be planned based on their when_modified config [DBUG] determining config for project at dir: "terraform/sandbox" workspace: "sandbox" [DBUG] MergeProjectCfg started [DBUG] setting repo_locking: true from default server config [DBUG] setting policy_check: false from default server config [DBUG] setting plan_requirements: [] from default server config [DBUG] setting workflow: "default" from repos[1], id: /./ [DBUG] setting delete_source_branch_on_merge: false from default server config [DBUG] setting allow_custom_workflows: true from repos[1], id: /./ [DBUG] setting custom_policy_check: false from default server config [DBUG] setting apply_requirements: [approved] from repos[1], id: /./ [DBUG] setting import_requirements: [] from default server config [DBUG] setting allowed_overrides: [apply_requirements,workflow] from repos[1], id: /./ [DBUG] MergeProjectCfg completed [DBUG] overriding server-defined workflow with repo-specified workflow: "terragrunt" [DBUG] MergeProjectCfg completed [DBUG] final settings: plan_requirements: [], apply_requirements: [approved], import_requirements: [], workflow: terragrunt [DBUG] Building project command context for plan [DBUG] deleting previous plans and locks [INFO] acquired lock with id "AdharaProjects/terraform-sandbox/terraform/sandbox/sandbox" [DBUG] acquired lock for project [EROR] Error running plan operation: the sandbox workspace at path terraform/sandbox is currently locked by another command that is running for this pull request. Wait until the previous command is complete and try again

Please can you suggest on how to proceed with this?

— Reply to this email directly, view it on GitHub https://github.com/runatlantis/atlantis/issues/4302#issuecomment-1994787508, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ3ERFPYIMKZLVMP7FMUFDYYBZ5JAVCNFSM6AAAAABEBRHTZGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOJUG44DONJQHA . You are receiving this because you were mentioned.Message ID: @.***>

jamengual avatar Mar 13 '24 16:03 jamengual

This is the first deployment in this repo. This is the only repo that has atlantis deployed. This is the error that I get when waiting for the autoplan to run.

I have also tried to unlock via the URL manually and by running atlantis unlock in the github PR and the issue remans the same.

I haven't set any parallel plans and to avoid this. I amended the file as per below -

`version: 3 projects:

  • name: base dir: ./terraform/sandbox terraform_version: v1.6.6 workflow: terragrunt workspace: sandbox autoplan: when_modified:
    • "../_env/base.hcl" enabled: true

workflows: terragrunt: plan: steps: - run: terragrunt init -input=false -no-color && terragrunt run-all plan -no-color -input=false -out=$PLANFILE`

And this is the server side config again - { "name": "ATLANTIS_REPO_CONFIG_JSON", "value": "{\"repos\":[{\"id\":\"/.*/\",\"apply_requirements\":[\"approved\"],\"allowed_overrides\":[\"workflow\"]}]}" }

I also added this in the repo - server-atlantis.yaml `repos:

  • id: /.*/ apply_requirements:
    • approved allowed_overrides:
    • workflow `

genfemme avatar Mar 13 '24 17:03 genfemme

so the unlock command was changed recently and a fix was pushed to 0.27.2 so if you run unlock it will actually clear the workspace and any locks.

and you could disable https://www.runatlantis.io/docs/server-configuration.html#parallel-plan

jamengual avatar Mar 13 '24 17:03 jamengual

It does clear the locks as per this comment that I receive in this PR - All Atlantis locks for this PR have been unlocked and plans discarded

Also the URL doesn't show any locks.

But when I run the plan again manually by adding altantis plan or via a new PR I get the same error.

Are you suggesting to update the version to this now -0.27.2 to fix the issue?

genfemme avatar Mar 13 '24 17:03 genfemme

it will fix the unlock issue ( the message of removing the lock is misleading)

On Wed, Mar 13, 2024 at 10:18 AM genfemme @.***> wrote:

It does clear the locks as per this comment that I receive in this PR - All Atlantis locks for this PR have been unlocked and plans discarded

Also the URL doesn't show any locks.

But when I run the plan again manually by adding altantis plan or via a new PR I get the same error.

Are you suggesting to update the version to this now -0.27.2 to fix the issue?

— Reply to this email directly, view it on GitHub https://github.com/runatlantis/atlantis/issues/4302#issuecomment-1995056781, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ3ERAN5A2CCRZTXPF644TYYCC6NAVCNFSM6AAAAABEBRHTZGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOJVGA2TMNZYGE . You are receiving this because you were mentioned.Message ID: @.***>

jamengual avatar Mar 13 '24 18:03 jamengual

Ok thanks I will update the image version and will add an update here after it is done.

genfemme avatar Mar 13 '24 18:03 genfemme

Still getting the error with 0.27.2 -

`the sandbox workspace at path terraform/sandbox is currently locked by another command that is running for this pull request. Wait until the previous command is complete and try again

[DBUG] Building plan command for all affected projects [DBUG] 3 files were modified in this pull request. Modified files: [atlantis.yaml server-atlantis.yaml terraform/_env/base.hcl] [DBUG] got workspace lock [INFO] successfully parsed atlantis.yaml file [DBUG] moduleInfo for /home/atlantis/.atlantis/repos/AdharaProjects/terraform-sandbox/16/default (matching "") = map[] [DBUG] found downstream projects for "atlantis.yaml": [] [DBUG] found downstream projects for "server-atlantis.yaml": [] [DBUG] found downstream projects for "terraform/_env/base.hcl": [] [DBUG] checking if project at dir "terraform/sandbox" workspace "sandbox" was modified [DBUG] file "terraform/_env/base.hcl" matched pattern [INFO] 1 projects are to be planned based on their when_modified config [DBUG] determining config for project at dir: "terraform/sandbox" workspace: "sandbox" [DBUG] MergeProjectCfg started [DBUG] setting repo_locking: true from default server config [DBUG] setting policy_check: false from default server config [DBUG] setting plan_requirements: [] from default server config [DBUG] setting import_requirements: [] from default server config [DBUG] setting workflow: "default" from repos[1], id: /.*/ [DBUG] setting allowed_overrides: [apply_requirements,workflow] from repos[1], id: /.*/ [DBUG] setting apply_requirements: [approved] from repos[1], id: /.*/ [DBUG] setting allow_custom_workflows: true from repos[1], id: /.*/ [DBUG] setting delete_source_branch_on_merge: false from default server config [DBUG] setting custom_policy_check: false from default server config [DBUG] MergeProjectCfg completed [DBUG] overriding server-defined workflow with repo-specified workflow: "terragrunt" [DBUG] MergeProjectCfg completed [DBUG] final settings: plan_requirements: [], apply_requirements: [approved], import_requirements: [], workflow: terragrunt [DBUG] Building project command context for plan [DBUG] deleting previous plans and locks [INFO] acquired lock with id "AdharaProjects/terraform-sandbox/terraform/sandbox/sandbox" [DBUG] acquired lock for project [EROR] Error running plan operation: the sandbox workspace at path terraform/sandbox is currently locked by another command that is running for this pull request. Wait until the previous command is complete and try again

genfemme avatar Mar 13 '24 21:03 genfemme

if you disable autoplan, can you plan manually?

On Wed, Mar 13, 2024 at 2:20 PM genfemme @.***> wrote:

Still getting the error with 0.27.2 -

`the sandbox workspace at path terraform/sandbox is currently locked by another command that is running for this pull request. Wait until the previous command is complete and try again

[DBUG] Building plan command for all affected projects [DBUG] 3 files were modified in this pull request. Modified files: [atlantis.yaml server-atlantis.yaml terraform/_env/base.hcl] [DBUG] got workspace lock [INFO] successfully parsed atlantis.yaml file [DBUG] moduleInfo for /home/atlantis/.atlantis/repos/AdharaProjects/terraform-sandbox/16/default (matching "") = map[] [DBUG] found downstream projects for "atlantis.yaml": [] [DBUG] found downstream projects for "server-atlantis.yaml": [] [DBUG] found downstream projects for "terraform/_env/base.hcl": [] [DBUG] checking if project at dir "terraform/sandbox" workspace "sandbox" was modified [DBUG] file "terraform/_env/base.hcl" matched pattern [INFO] 1 projects are to be planned based on their when_modified config [DBUG] determining config for project at dir: "terraform/sandbox" workspace: "sandbox" [DBUG] MergeProjectCfg started [DBUG] setting repo_locking: true from default server config [DBUG] setting policy_check: false from default server config [DBUG] setting plan_requirements: [] from default server config [DBUG] setting import_requirements: [] from default server config [DBUG] setting workflow: "default" from repos[1], id: /./ [DBUG] setting allowed_overrides: [apply_requirements,workflow] from repos[1], id: /./ [DBUG] setting apply_requirements: [approved] from repos[1], id: /./ [DBUG] setting allow_custom_workflows: true from repos[1], id: /./ [DBUG] setting delete_source_branch_on_merge: false from default server config [DBUG] setting custom_policy_check: false from default server config [DBUG] MergeProjectCfg completed [DBUG] overriding server-defined workflow with repo-specified workflow: "terragrunt" [DBUG] MergeProjectCfg completed [DBUG] final settings: plan_requirements: [], apply_requirements: [approved], import_requirements: [], workflow: terragrunt [DBUG] Building project command context for plan [DBUG] deleting previous plans and locks [INFO] acquired lock with id "AdharaProjects/terraform-sandbox/terraform/sandbox/sandbox" [DBUG] acquired lock for project [EROR] Error running plan operation: the sandbox workspace at path terraform/sandbox is currently locked by another command that is running for this pull request. Wait until the previous command is complete and try again

— Reply to this email directly, view it on GitHub https://github.com/runatlantis/atlantis/issues/4302#issuecomment-1995860922, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ3ERH4KDGPI2TWH3TW5G3YYC7IFAVCNFSM6AAAAABEBRHTZGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOJVHA3DAOJSGI . You are receiving this because you were mentioned.Message ID: @.***>

jamengual avatar Mar 13 '24 21:03 jamengual

Autoplan just hangs.

The logs are when I run it manually using the below command in the github PR atlantis plan --verbose

genfemme avatar Mar 13 '24 21:03 genfemme

after doing the atlantis unlock

genfemme avatar Mar 13 '24 21:03 genfemme

Do you have any more suggestions please to resolve the issue?

genfemme avatar Mar 14 '24 14:03 genfemme

I will try asking on the slack channel to see if someone else have a similar issue.

and I will disable autoplan and try with it first.

On Thu, Mar 14, 2024, 7:45 a.m. genfemme @.***> wrote:

Do you have any more suggestions please to resolve the issue?

— Reply to this email directly, view it on GitHub https://github.com/runatlantis/atlantis/issues/4302#issuecomment-1997626399, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ3ERAGH2LIIJDGSHUSIBTYYGZYFAVCNFSM6AAAAABEBRHTZGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOJXGYZDMMZZHE . You are receiving this because you were mentioned.Message ID: @.***>

jamengual avatar Mar 14 '24 18:03 jamengual

Did anyone mentioned the similar issue in the slack channel? I have tried without the autoplan and still getting the same issue.

genfemme avatar Mar 22 '24 13:03 genfemme

waiting for response

genfemme avatar Mar 27 '24 13:03 genfemme

anyone?

genfemme avatar Apr 02 '24 10:04 genfemme

did you closed the PR and reopen again? when you do that Atlantis will clear the PR clone There is no reason to get that error if you have only 1 PR

jamengual avatar Apr 02 '24 16:04 jamengual

Yes I have closed and reopen PR couple of times already. Closing the PR does clears the clone. When I run the atlantis plan again I get the same error

genfemme avatar Apr 03 '24 09:04 genfemme

are you running from docker? I'm wondering if you have bad permissions on the Atlantis-data dir, have you wiped the install and started again ?

On Wed, Apr 3, 2024, 2:25 a.m. genfemme @.***> wrote:

Yes I have closed and reopen PR couple of times already. Closing the PR does clears the clone. When I run the atlantis plan again I get the same error

— Reply to this email directly, view it on GitHub https://github.com/runatlantis/atlantis/issues/4302#issuecomment-2034028744, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ3ERF2AUI46SMM3YB6CBDY3PDJJAVCNFSM6AAAAABEBRHTZGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZUGAZDQNZUGQ . You are receiving this because you were mentioned.Message ID: @.***>

jamengual avatar Apr 03 '24 14:04 jamengual

I was looking at your atlantis.yaml and I saw this : ```- name: cluster

dir: terraform/sandbox/cluster terraform_version: v1.6.6 workflow: terragrunt workspace: cluster autoplanP: enabled: true```

do you autogenerate this?

there is typo on the file, autoplanP should be autoplan.

On Wed, Apr 3, 2024 at 7:42 AM Pepe (Jose) Amengual @.***> wrote:

are you running from docker? I'm wondering if you have bad permissions on the Atlantis-data dir, have you wiped the install and started again ?

On Wed, Apr 3, 2024, 2:25 a.m. genfemme @.***> wrote:

Yes I have closed and reopen PR couple of times already. Closing the PR does clears the clone. When I run the atlantis plan again I get the same error

— Reply to this email directly, view it on GitHub https://github.com/runatlantis/atlantis/issues/4302#issuecomment-2034028744, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ3ERF2AUI46SMM3YB6CBDY3PDJJAVCNFSM6AAAAABEBRHTZGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZUGAZDQNZUGQ . You are receiving this because you were mentioned.Message ID: @.***>

jamengual avatar Apr 03 '24 17:04 jamengual