Skip to content

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

@dmlemos

Description

@dmlemos

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions