Skip to content
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

Plan fails due to missing variable, even when passing variable with -tfVar #118

Open
fraserc182 opened this issue Aug 26, 2022 · 1 comment

Comments

@fraserc182
Copy link

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?

@martintodorovBL
Copy link

Hi,

I'm actually also hitting the same issue. @fraserc182 / @im2nguyen : Any hints on how to fix this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants