terraform/config/lang/ast/variable_access.go

7 lines
105 B
Go
Raw Normal View History

2015-01-11 21:38:45 +01:00
package ast
// VariableAccess represents a variable access.
type VariableAccess struct {
Name string
}