-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With upgrade to v3, terrafrom init in github actions fails with wrapper enabled #373
Comments
Hey there @pribanerjee 👋🏻 , Can you confirm what version of NodeJS is running on your action runner? |
Hey @austinvalle , we are using Node16 in our runner.So unless we upgrade to node20, we need to use with wrapper disabled? |
Also currently node16 is default version of the actions runners |
The If you need support for versions prior to node20 you could continue using |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
We just upgraded to hashicorp/setup-terraform@v3 for our GitHub actions and it started failing in terraform init step with below error
Terraform Configuration Files:
It only works when we disable the terraform_wrapper, which is not expected as we would like to work with exit codes.
Please look into the issue.
The text was updated successfully, but these errors were encountered: