We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to use rover but getting issues with missing variables. This is the command I am using:
docker run --rm -it -p 9000:9000 -v $(pwd):/src im2nguyen/rover -standalone true -tfVar clusterName=eu-cluster
then I see this error:
2022/08/26 20:38:29 Starting Rover... 2022/08/26 20:38:29 Initializing Terraform... 2022/08/26 20:38:36 Generating plan... 2022/08/26 20:38:41 Unable to parse Plan: Unable to run Plan: variable "clusterName" was required but not supplied [ec2-user@ip-10-253-11-224 terraform]$ docker run --rm -it -p 9000:9000 -v $(pwd):/src im2nguyen/rover -standalone
Is there something I am missing here?
The text was updated successfully, but these errors were encountered:
Hi,
I'm actually also hitting the same issue. @fraserc182 / @im2nguyen : Any hints on how to fix this?
Sorry, something went wrong.
No branches or pull requests
I'm trying to use rover but getting issues with missing variables.
This is the command I am using:
docker run --rm -it -p 9000:9000 -v $(pwd):/src im2nguyen/rover -standalone true -tfVar clusterName=eu-cluster
then I see this error:
Is there something I am missing here?
The text was updated successfully, but these errors were encountered: