Skip to content

Quoted references are deprecated #1

@franz-josef-kaiser

Description

@franz-josef-kaiser

Please see the release notes.

[…] quoted references like "aws_instance.foo" should be rewritten without the quotes, e.g. as aws_instance.foo.

Old syntax- region = "${var.region}" # you will get Interpolation-only warning

New Synatx- region = var.region # no warning

Files suffering from this deprecation:

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