itmecho / germinate

A rust templating library for injecting variables from multiple external sources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Load values from EC2 tags

itmecho opened this issue · comments

It would be good to have a loader that can pull values from an EC2 instance's tags

Struct: AwsEc2TagLoader
Template key: awsec2tag

Done.

To load an instance tag value, use the following template string: %awsec2tag:Name%