func buildAttrArg()

in rules/argument.go [212:218]


func buildAttrArg(attr *hclsyntax.Attribute, file *hcl.File) *Arg {
	return &Arg{
		Name:  attr.Name,
		Range: attr.SrcRange,
		File:  file,
	}
}