Skip to content

does not have attribute result.foo #4

@aep

Description

@aep

Terraform v0.9.8

${data.external.foo.result.bla}

will not actually work

* data.template_cloudinit_config.border: Resource 'data.external.border-gw-key' does not have attribute 'result.priv' for variable 'data.external.border-gw-key.result.priv'

the correct usage appears to be

${lookup(data.external.foo.result, "bla")}

it would be great if the documentation mentioned that. Took me quite some hairpulling to figure that out, as everything i found googling appears to be using result.attr

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions