Skip to content

Commit d3a7518

Browse files
committed
Updated README
1 parent 0516b89 commit d3a7518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ data "aws_ami" "ubuntu-xenial" {
138138
| credit\_specification | List of credit specification of instances |
139139
| ebs\_block\_device\_volume\_ids | List of volume IDs of EBS block devices of instances |
140140
| id | List of IDs of instances |
141+
| instance\_count | Number of instances to launch specified as argument to this module |
141142
| instance\_state | List of instance states of instances |
142143
| ipv6\_addresses | List of assigned IPv6 addresses of instances |
143144
| key\_name | List of key names of instances |
@@ -154,7 +155,6 @@ data "aws_ami" "ubuntu-xenial" {
154155
| tags | List of tags of instances |
155156
| volume\_tags | List of tags of volumes of instances |
156157
| 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 |
158158

159159
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
160160

0 commit comments

Comments
 (0)