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
// This is some description
// of the object below.
data "machine" {
foo = 123
}
Users should be able to query something like:
hclq get-comments data.machine
And the value This is some description of the object below. would be returned.
I think this may prove useful for using comments as "annotations." This could be used to add additional type data, linting rules, other requirements, whatever you want.
The text was updated successfully, but these errors were encountered:
Given the following:
Users should be able to query something like:
And the value
This is some description of the object below.
would be returned.I think this may prove useful for using comments as "annotations." This could be used to add additional type data, linting rules, other requirements, whatever you want.
The text was updated successfully, but these errors were encountered: