Skip to content

Flattened output in the workspace output action #2984

Description

@enismustafaj

The output produced by the workspace-output is flattened. For example I have the following output values defined in tf:

output "url" {
    value = {
        "url" = "url"
    }

}

output "username" {
    value = {
        "username" = "username"
    }

}

output "password" {
    value = {
        "password" = "password"
    }

}

and the output I get from the action is:
[name:password,name:url,name:username] [name:password,name:url,value:{username:username}] [name:password,value:{url:url},name:username] [name:password,value:{url:url},value:{username:username}] [value:{password:password},name:url,name:username] [value:{password:password},name:url,value:{username:username}] [value:{password:password},value:{url:url},name:username] [value:{password:password},value:{url:url},value:{username:username}]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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