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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -189,6 +189,7 @@ Available targets:
189
189
| environment | Environment, e.g. 'prod', 'staging', 'dev', 'pre-prod', 'UAT' |`string`|`""`| no |
190
190
| evaluation\_periods | The number of periods over which data is compared to the specified threshold. |`number`|`5`| no |
191
191
| instance\_enabled | Flag to control the instance creation. Set to false if it is necessary to skip instance creation |`bool`|`true`| no |
192
+
| instance\_profile | A pre-defined profile to attach to the instance (default is to build our own) |`string`|`""`| no |
192
193
| instance\_type | The type of the instance |`string`|`"t2.micro"`| no |
193
194
| ipv6\_address\_count | Number of IPv6 addresses to associate with the primary network interface. Amazon EC2 chooses the IPv6 addresses from the range of your subnet (-1 to use subnet default) |`number`|`0`| no |
194
195
| ipv6\_addresses | List of IPv6 addresses from the range of the subnet to associate with the primary network interface |`list(string)`|`[]`| no |
@@ -223,6 +224,7 @@ Available targets:
223
224
| alarm | CloudWatch Alarm ID |
224
225
| ebs\_ids | IDs of EBSs |
225
226
| id | Disambiguated ID of the instance |
227
+
| instance\_profile | Name of the instance's profile (either built or supplied) |
226
228
| name | Instance name |
227
229
| primary\_network\_interface\_id | ID of the instance's primary network interface |
Copy file name to clipboardExpand all lines: docs/terraform.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@
41
41
| environment | Environment, e.g. 'prod', 'staging', 'dev', 'pre-prod', 'UAT' |`string`|`""`| no |
42
42
| evaluation\_periods | The number of periods over which data is compared to the specified threshold. |`number`|`5`| no |
43
43
| instance\_enabled | Flag to control the instance creation. Set to false if it is necessary to skip instance creation |`bool`|`true`| no |
44
+
| instance\_profile | A pre-defined profile to attach to the instance (default is to build our own) |`string`|`""`| no |
44
45
| instance\_type | The type of the instance |`string`|`"t2.micro"`| no |
45
46
| ipv6\_address\_count | Number of IPv6 addresses to associate with the primary network interface. Amazon EC2 chooses the IPv6 addresses from the range of your subnet (-1 to use subnet default) |`number`|`0`| no |
46
47
| ipv6\_addresses | List of IPv6 addresses from the range of the subnet to associate with the primary network interface |`list(string)`|`[]`| no |
@@ -75,6 +76,7 @@
75
76
| alarm | CloudWatch Alarm ID |
76
77
| ebs\_ids | IDs of EBSs |
77
78
| id | Disambiguated ID of the instance |
79
+
| instance\_profile | Name of the instance's profile (either built or supplied) |
78
80
| name | Instance name |
79
81
| primary\_network\_interface\_id | ID of the instance's primary network interface |
0 commit comments