terraform invocation failed #3782
-
I am trying to migrate our terraform configuration to use terragrunt, however I am stuck at this issue that I can't seem to figure out: The command: terragrunt plan --terragrunt-download-dir "/tmp/trg/" 14:07:31.176 STDOUT terraform: Changes to Outputs:
14:07:31.176 STDOUT terraform: + dns_records = (known after apply)
14:07:31.176 STDOUT terraform: + leap_service_status = (known after apply)
14:07:31.560 ERROR terraform invocation failed in /tmp/trg/fNON4m5_dH9xQyfMyN0ssMofpe0/g-FUobFMYet8_0BgF1rBIhvjtKU error=[/tmp/trg/fNON4m5_dH9xQyfMyN0ssMofpe0/g-FUobFMYet8_0BgF1rBIhvjtKU] exit status 1
14:07:31.560 ERROR 1 error occurred:
* [/tmp/trg/fNON4m5_dH9xQyfMyN0ssMofpe0/g-FUobFMYet8_0BgF1rBIhvjtKU] exit status 1 The error happens after listing all the changes that terraform is going to make, above the provided output there is no error, it is all green. Does anyone know where I might find a solution? I have been searching online for 2 days and couldn't find the right answer to my problem. Note: I am new to terraform and terragrunt |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey @liangshihlin-leapin , Take a look at the debugging docs we have for Terragrunt. If that doesn't help, the problem might actually be in your Terraform invocation, in which case, Terraform debugging docs might help. |
Beta Was this translation helpful? Give feedback.
Hey @liangshihlin-leapin ,
Take a look at the debugging docs we have for Terragrunt.
If that doesn't help, the problem might actually be in your Terraform invocation, in which case, Terraform debugging docs might help.