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
* Allow instance to launch w/subnet default ipv6 setting
Right now, setting this to 0 launches the instance -- and then causes
the instance to be rebuilt on the next run if the subnet defaults to
assigning ipv6 addresses.
Conditionalizing this on -1 w/null allows the current behaviour to be
preserved, while not clobbering instances on subnets w/ipv6 by default.
* Add `$self` to contributors list
* README updates
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@ Available targets:
175
175
| evaluation_periods | The number of periods over which data is compared to the specified threshold. | number |`5`| no |
176
176
| instance_enabled | Flag to control the instance creation. Set to false if it is necessary to skip instance creation | bool |`true`| no |
177
177
| instance_type | The type of the instance | string |`t2.micro`| no |
178
-
| 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 | number |`0`| no |
178
+
| 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 |
179
179
| ipv6_addresses | List of IPv6 addresses from the range of the subnet to associate with the primary network interface | list(string) |`<list>`| no |
180
180
| metric_name | The name for the alarm's associated metric. Allowed values can be found in https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/ec2-metricscollected.html| string |`StatusCheckFailed_Instance`| no |
181
181
| metric_namespace | The namespace for the alarm's associated metric. Allowed values can be found in https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/aws-namespaces.html| string |`AWS/EC2`| no |
@@ -369,8 +369,8 @@ Check out [our other projects][github], [follow us on twitter][twitter], [apply
369
369
370
370
### Contributors
371
371
372
-
|[![Erik Osterman][osterman_avatar]][osterman_homepage]<br/>[Erik Osterman][osterman_homepage]|[![Igor Rodionov][goruha_avatar]][goruha_homepage]<br/>[Igor Rodionov][goruha_homepage]|[![Andriy Knysh][aknysh_avatar]][aknysh_homepage]<br/>[Andriy Knysh][aknysh_homepage]|[![Sergey Vasilyev][s2504s_avatar]][s2504s_homepage]<br/>[Sergey Vasilyev][s2504s_homepage]|[![Valeriy][drama17_avatar]][drama17_homepage]<br/>[Valeriy][drama17_homepage]|[![Ivan Pinatti][ivan-pinatti_avatar]][ivan-pinatti_homepage]<br/>[Ivan Pinatti][ivan-pinatti_homepage]|[![Vladimir][SweetOps_avatar]][SweetOps_homepage]<br/>[Vladimir][SweetOps_homepage]|[![Konstantin B][comeanother_avatar]][comeanother_homepage]<br/>[Konstantin B][comeanother_homepage]|[![Maarten van der Hoef][maartenvanderhoef_avatar]][maartenvanderhoef_homepage]<br/>[Maarten van der Hoef][maartenvanderhoef_homepage]|
373
-
|---|---|---|---|---|---|---|---|---|
372
+
|[![Erik Osterman][osterman_avatar]][osterman_homepage]<br/>[Erik Osterman][osterman_homepage]|[![Igor Rodionov][goruha_avatar]][goruha_homepage]<br/>[Igor Rodionov][goruha_homepage]|[![Andriy Knysh][aknysh_avatar]][aknysh_homepage]<br/>[Andriy Knysh][aknysh_homepage]|[![Sergey Vasilyev][s2504s_avatar]][s2504s_homepage]<br/>[Sergey Vasilyev][s2504s_homepage]|[![Valeriy][drama17_avatar]][drama17_homepage]<br/>[Valeriy][drama17_homepage]|[![Ivan Pinatti][ivan-pinatti_avatar]][ivan-pinatti_homepage]<br/>[Ivan Pinatti][ivan-pinatti_homepage]|[![Vladimir][SweetOps_avatar]][SweetOps_homepage]<br/>[Vladimir][SweetOps_homepage]|[![Konstantin B][comeanother_avatar]][comeanother_homepage]<br/>[Konstantin B][comeanother_homepage]|[![Maarten van der Hoef][maartenvanderhoef_avatar]][maartenvanderhoef_homepage]<br/>[Maarten van der Hoef][maartenvanderhoef_homepage]|[![Chris Weyl][rsrchboy_avatar]][rsrchboy_homepage]<br/>[Chris Weyl][rsrchboy_homepage]|
Copy file name to clipboardExpand all lines: docs/terraform.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@
27
27
| evaluation_periods | The number of periods over which data is compared to the specified threshold. | number |`5`| no |
28
28
| instance_enabled | Flag to control the instance creation. Set to false if it is necessary to skip instance creation | bool |`true`| no |
29
29
| instance_type | The type of the instance | string |`t2.micro`| no |
30
-
| 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 | number |`0`| no |
30
+
| 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 |
31
31
| ipv6_addresses | List of IPv6 addresses from the range of the subnet to associate with the primary network interface | list(string) |`<list>`| no |
32
32
| metric_name | The name for the alarm's associated metric. Allowed values can be found in https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/ec2-metricscollected.html| string |`StatusCheckFailed_Instance`| no |
33
33
| metric_namespace | The namespace for the alarm's associated metric. Allowed values can be found in https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/aws-namespaces.html| string |`AWS/EC2`| no |
description="Number of IPv6 addresses to associate with the primary network interface. Amazon EC2 chooses the IPv6 addresses from the range of your subnet"
149
+
description="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)"
0 commit comments