File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ data "aws_ami" "ubuntu-xenial" {
154
154
| tags | List of tags of instances |
155
155
| volume\_ tags | List of tags of volumes of instances |
156
156
| vpc\_ security\_ group\_ ids | List of associated security groups of instances, if running in non-default VPC |
157
+ | instance\_ count | Number of instances to launch specified as argument to this module |
157
158
158
159
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
159
160
Original file line number Diff line number Diff line change @@ -102,3 +102,8 @@ output "volume_tags" {
102
102
description = " List of tags of volumes of instances"
103
103
value = aws_instance. this . * . volume_tags
104
104
}
105
+
106
+ output "instance_count" {
107
+ description = " Number of instances to launch specified as argument to this module"
108
+ value = var. instance_count
109
+ }
You can’t perform that action at this time.
0 commit comments