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

Parameters are not being passed when used with remote 'rpc-addr' #627

Open
dmlemos opened this issue Jun 13, 2017 · 0 comments
Open

Parameters are not being passed when used with remote 'rpc-addr' #627

dmlemos opened this issue Jun 13, 2017 · 0 comments

Comments

@dmlemos
Copy link

dmlemos commented Jun 13, 2017

Given
$ cat test.hcl

param "username" {
  default = "user"
}

task.query "test-env" {
  query = "echo {{param `username`}}"
}

Run
converge plan --rpc-addr xxx:4774 --rpc-token xxx --params username=administrator test.hcl

Result
user - not what expected

@dmlemos dmlemos changed the title Parameters are not being setup when used with remote rpc-addr Parameters are not being setup when used with remote 'rpc-addr' Jun 13, 2017
@dmlemos dmlemos changed the title Parameters are not being setup when used with remote 'rpc-addr' Parameters are not being passed when used with remote 'rpc-addr' Jun 13, 2017
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

1 participant