This message was deleted.
# atlantis-community
s
This message was deleted.
p
version?
m
Copy code
# atlantis version
atlantis v0.24.3 (commit: 5b8ddc7) (build date: 2023-06-20T22:05:42.454Z)

# terragrunt --version
terragrunt version v0.48.0

# terraform --version
Terraform v1.5.0
p
apart from that error what issues you see?
m
unable to run any atlantis commands due to that error. things looks healthy otherwise
p
if you retry the commands work?
this was reported by someone else in slack and I believe we merged a fix , if you can search here let me know
m
i've retried several times and no luck. i'll search and see what i can find
p
ok
m
what i found searching here was there's a fix but it has NOT been merged
running an unlock (just like the PR stated) is what I did too, so the issue i've facing is definitely related. i ended up blowing away the ECS container and task definition so i'm no longer getting that error, but i'm seeing the following now:
Copy code
{"level":"error","ts":"2023-07-06T20:52:06.420Z","caller":"events/instrumented_project_command_runner.go:78","msg":"Error running plan operation: running \"/usr/local/bin/terraform plan -input=false -refresh -out \\\"/home/atlantis/.atlantis/repos/cdd/terraform-terragrunt-vault/5/default/default.tfplan\\\"\" in \"/home/atlantis/.atlantis/repos/cdd/terraform-terragrunt-vault/5/default\": exit status 1\n╷\n│ Error: No configuration files\n│ \n│ Plan requires configuration to be present. Planning without a configuration\n│ would mark everything for destruction, which is normally not what is\n│ desired. If you would like to destroy everything, run plan with the\n│ -destroy option. Otherwise, create a Terraform configuration file (.tf\n│ file) and try again.\n╵\n","json":{"repo":"cdd/terraform-terragrunt-
keep in mind there are no tf. files there, because i use terragrunt. just the terragrunt.hcl file is there
so my question is why is atlantis executing terraform commands when my workflow spells out terragrunt?