You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,16 +107,16 @@ data "aws_ami" "ubuntu-xenial" {
107
107
| key\_name | The key name to use for the instance | string |`""`| no |
108
108
| monitoring | If true, the launched EC2 instance will have detailed monitoring enabled | string |`"false"`| no |
109
109
| 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 |
111
110
| network\_interface | Customize network interfaces to be attached at instance boot time | list |`<list>`| no |
112
111
| placement\_group | The Placement Group to start the instance in | string |`""`| no |
113
112
| private\_ip | Private IP address to associate with the instance in a VPC | string |`""`| no |
114
113
| root\_block\_device | Customize details about the root block device of the instance. See Block Devices below for details | list |`<list>`| no |
115
114
| 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 |
118
117
| tags | A mapping of tags to assign to the resource | map |`<map>`| no |
119
118
| 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 |
120
120
| user\_data | The user data to provide when launching the instance | string |`""`| no |
121
121
| volume\_tags | A mapping of tags to assign to the devices created by the instance at launch time | map |`<map>`| no |
122
122
| vpc\_security\_group\_ids | A list of security group IDs to associate with | list | n/a | yes |
0 commit comments