Commit ed1ab2cd authored by Anton Babenko's avatar Anton Babenko Committed by GitHub

Merge pull request #14 from 2solt/master

Add tags to output variables
parents 00ee191f cf1a2415
......@@ -63,3 +63,8 @@ output "subnet_id" {
description = "List of IDs of VPC subnets of instances"
value = ["${aws_instance.this.*.subnet_id}"]
}
output "tags" {
description = "List of tags of instances"
value = ["${aws_instance.this.*.tags}"]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment