Skip to content

Commit 893633c

Browse files
committed
Fixed readme
1 parent 8064e5d commit 893633c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,16 +107,16 @@ data "aws_ami" "ubuntu-xenial" {
107107
| key\_name | The key name to use for the instance | string | `""` | no |
108108
| monitoring | If true, the launched EC2 instance will have detailed monitoring enabled | string | `"false"` | no |
109109
| name | Name to be used on all resources as prefix | string | n/a | yes |
110-
| use\_num\_suffix | Always append numerical suffix to instance name, even if instance_count is 1 | string | `"false"` | no |
111110
| network\_interface | Customize network interfaces to be attached at instance boot time | list | `<list>` | no |
112111
| placement\_group | The Placement Group to start the instance in | string | `""` | no |
113112
| private\_ip | Private IP address to associate with the instance in a VPC | string | `""` | no |
114113
| root\_block\_device | Customize details about the root block device of the instance. See Block Devices below for details | list | `<list>` | no |
115114
| source\_dest\_check | Controls if traffic is routed to the instance when the destination address does not match the instance. Used for NAT or VPNs. | string | `"true"` | no |
116-
| subnet\_id* | The VPC Subnet ID to launch in | string | `""` | no |
117-
| subnet\_ids* | A list of VPC Subnet IDs to launch in | string | `<list>` | no |
115+
| subnet\_id | The VPC Subnet ID to launch in | string | `""` | no |
116+
| subnet\_ids | A list of VPC Subnet IDs to launch in | list | `<list>` | no |
118117
| tags | A mapping of tags to assign to the resource | map | `<map>` | no |
119118
| tenancy | The tenancy of the instance (if the instance is running in a VPC). Available values: default, dedicated, host. | string | `"default"` | no |
119+
| use\_num\_suffix | Always append numerical suffix to instance name, even if instance_count is 1 | string | `"false"` | no |
120120
| user\_data | The user data to provide when launching the instance | string | `""` | no |
121121
| volume\_tags | A mapping of tags to assign to the devices created by the instance at launch time | map | `<map>` | no |
122122
| vpc\_security\_group\_ids | A list of security group IDs to associate with | list | n/a | yes |

0 commit comments

Comments
 (0)