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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,7 @@ No requirements.
124
124
| monitoring | If true, the launched EC2 instance will have detailed monitoring enabled |`bool`|`false`| no |
125
125
| name | Name to be used on all resources as prefix |`string`| n/a | yes |
126
126
| network\_interface | Customize network interfaces to be attached at instance boot time |`list(map(string))`|`[]`| no |
127
+
| num\_suffix\_format | Numerical suffix format used as the volume and EC2 instance name suffix |`string`|`"-%d"`| no |
127
128
| placement\_group | The Placement Group to start the instance in |`string`|`""`| no |
128
129
| private\_ip | Private IP address to associate with the instance in a VPC |`string`|`null`| no |
129
130
| private\_ips | A list of private IP address to associate with the instance in a VPC. Should match the number of instances. |`list(string)`|`[]`| no |
0 commit comments