hcl/printer/testdata/comment.input
2015-10-27 01:42:05 +03:00

32 lines
582 B
Plaintext

// This comes from Terraform, as a test
variable "foo" {
default = "bar"
description = "bar" # yooo
}
aligned {
a = "bar" # yoo1
default = "bar" #yoo2
bar = "bar" # yoo3
}
// fatih arslan
/* This is a developer test
account and a multine comment */
developer = [ "fatih", "arslan"] // fatih arslan
# One line here
numbers = [1,2] // another line here
# Another comment
variable = {
description = "bar" # another yooo
}
// lead comment
foo {
bar = "fatih" // line comment 2
} // line comment 3