You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently all we "prefill" for ami is a static "value", but the data block's attributes above can be referred to as data.aws_ami.ubuntu.attr_name.
The schema will need to know how blocks/attributes are referenced to and be able to lookup references of a particular type, so that we can e.g. offer data.aws_ami.ubuntu.id (knowing it refers to a string) for ami (string) field.
Also references can be type-less and in such case we may need to filter references based on the "namespace", e.g.
The decoder currently can't provide any LSP functionality related to expressions.
For example in Terraform:
Currently all we "prefill" for
ami
is a static"value"
, but the data block's attributes above can be referred to asdata.aws_ami.ubuntu.attr_name
.The schema will need to know how blocks/attributes are referenced to and be able to lookup references of a particular type, so that we can e.g. offer
data.aws_ami.ubuntu.id
(knowing it refers to a string) forami
(string) field.Also references can be type-less and in such case we may need to filter references based on the "namespace", e.g.
The text was updated successfully, but these errors were encountered: