Commit cf1a2415 authored by Zsolt's avatar Zsolt Committed by GitHub

Add tags to output variables

parent 00ee191f
...@@ -63,3 +63,8 @@ output "subnet_id" { ...@@ -63,3 +63,8 @@ output "subnet_id" {
description = "List of IDs of VPC subnets of instances" description = "List of IDs of VPC subnets of instances"
value = ["${aws_instance.this.*.subnet_id}"] 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