-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Please see the release notes.
[…] quoted references like
"aws_instance.foo"should be rewritten without the quotes, e.g. asaws_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:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels