summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2016-03-27 23:02:05 -0400
committerDave Henderson <dhenderson@gmail.com>2016-03-27 23:02:43 -0400
commitb32c514ffdf9e55f2909e46bfbf6e8cf5bdc492c (patch)
tree1bfe02f76c779ab7e37606c3f0b522f5ec41ab4d
parent19a986dc7354060114308218b5ee040f23e67619 (diff)
It's 'ec2region', not 'region'
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 1f046909..b0c8b112 100644
--- a/main.go
+++ b/main.go
@@ -66,7 +66,7 @@ func NewGomplate() *Gomplate {
"ec2meta": ec2meta.Meta,
"ec2dynamic": ec2meta.Dynamic,
"ec2tag": ec2info.Tag,
- "region": ec2meta.Region,
+ "ec2region": ec2meta.Region,
},
}
}