You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run terraform output command in the AWSShellScript task (after a successfult terraform apply task) it returns {}, However if I group it with terraform apply it provides all the outputs without any problem.
So basically this returns just {} with no outputs whatsoever -
Describe the bug
When I run terraform output command in the AWSShellScript task (after a successfult terraform apply task) it returns {}, However if I group it with terraform apply it provides all the outputs without any problem.
So basically this returns just {} with no outputs whatsoever -
But if instead of having a separate task for terraform apply, if I include terraform apply in the same task, it works perfectly fine.
Expected behavior
Running just terraform output should return the output as result in logs
Your Environment
The text was updated successfully, but these errors were encountered: