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
Fix for EBS volumes created when the instance has been disabled, plus some vars description improvement (#102)
* Fix#74 (EBS volumes will be created if enabled = false)
* Fix a wrong description provided for ebs_volume_encrypted in variables.tf
* Change some EBS related description to be clear those are "additional volumes"
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -250,7 +250,7 @@ Available targets:
250
250
| <aname="input_additional_ips_count"></a> [additional\_ips\_count](#input\_additional\_ips\_count)| Count of additional EIPs |`number`|`0`| no |
251
251
| <aname="input_additional_tag_map"></a> [additional\_tag\_map](#input\_additional\_tag\_map)| Additional tags for appending to tags\_as\_list\_of\_maps. Not added to `tags`. |`map(string)`|`{}`| no |
252
252
| <aname="input_ami"></a> [ami](#input\_ami)| The AMI to use for the instance. By default it is the AMI provided by Amazon with Ubuntu 16.04 |`string`|`""`| no |
253
-
| <aname="input_ami_owner"></a> [ami\_owner](#input\_ami\_owner)| Owner of the given AMI (ignored if `ami` unset) |`string`|`""`| no |
253
+
| <aname="input_ami_owner"></a> [ami\_owner](#input\_ami\_owner)| Owner of the given AMI (ignored if `ami` unset, required if set) |`string`|`""`| no |
254
254
| <aname="input_applying_period"></a> [applying\_period](#input\_applying\_period)| The period in seconds over which the specified statistic is applied |`number`|`60`| no |
255
255
| <aname="input_assign_eip_address"></a> [assign\_eip\_address](#input\_assign\_eip\_address)| Assign an Elastic IP address to the instance |`bool`|`true`| no |
256
256
| <aname="input_associate_public_ip_address"></a> [associate\_public\_ip\_address](#input\_associate\_public\_ip\_address)| Associate a public IP address with the instance |`bool`|`false`| no |
@@ -267,9 +267,9 @@ Available targets:
267
267
| <aname="input_ebs_iops"></a> [ebs\_iops](#input\_ebs\_iops)| Amount of provisioned IOPS. This must be set with a volume\_type of io1 |`number`|`0`| no |
268
268
| <aname="input_ebs_optimized"></a> [ebs\_optimized](#input\_ebs\_optimized)| Launched EC2 instance will be EBS-optimized |`bool`|`false`| no |
269
269
| <aname="input_ebs_volume_count"></a> [ebs\_volume\_count](#input\_ebs\_volume\_count)| Count of EBS volumes that will be attached to the instance |`number`|`0`| no |
270
-
| <aname="input_ebs_volume_encrypted"></a> [ebs\_volume\_encrypted](#input\_ebs\_volume\_encrypted)|Size of the EBS volume in gigabytes|`bool`|`true`| no |
271
-
| <aname="input_ebs_volume_size"></a> [ebs\_volume\_size](#input\_ebs\_volume\_size)| Size of the EBS volume in gigabytes |`number`|`10`| no |
272
-
| <aname="input_ebs_volume_type"></a> [ebs\_volume\_type](#input\_ebs\_volume\_type)| The type of EBS volume. Can be standard, gp2 or io1 |`string`|`"gp2"`| no |
270
+
| <aname="input_ebs_volume_encrypted"></a> [ebs\_volume\_encrypted](#input\_ebs\_volume\_encrypted)|Whether to encrypt the additional EBS volumes|`bool`|`true`| no |
271
+
| <aname="input_ebs_volume_size"></a> [ebs\_volume\_size](#input\_ebs\_volume\_size)| Size of the additional EBS volumes in gigabytes |`number`|`10`| no |
272
+
| <aname="input_ebs_volume_type"></a> [ebs\_volume\_type](#input\_ebs\_volume\_type)| The type of the additional EBS volumes. Can be standard, gp2 or io1 |`string`|`"gp2"`| no |
273
273
| <aname="input_enabled"></a> [enabled](#input\_enabled)| Set to false to prevent the module from creating any resources |`bool`|`null`| no |
274
274
| <aname="input_environment"></a> [environment](#input\_environment)| Environment, e.g. 'uw2', 'us-west-2', OR 'prod', 'staging', 'dev', 'UAT' |`string`|`null`| no |
275
275
| <aname="input_evaluation_periods"></a> [evaluation\_periods](#input\_evaluation\_periods)| The number of periods over which data is compared to the specified threshold. |`number`|`5`| no |
Copy file name to clipboardExpand all lines: docs/terraform.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@
53
53
| <aname="input_additional_ips_count"></a> [additional\_ips\_count](#input\_additional\_ips\_count)| Count of additional EIPs |`number`|`0`| no |
54
54
| <aname="input_additional_tag_map"></a> [additional\_tag\_map](#input\_additional\_tag\_map)| Additional tags for appending to tags\_as\_list\_of\_maps. Not added to `tags`. |`map(string)`|`{}`| no |
55
55
| <aname="input_ami"></a> [ami](#input\_ami)| The AMI to use for the instance. By default it is the AMI provided by Amazon with Ubuntu 16.04 |`string`|`""`| no |
56
-
| <aname="input_ami_owner"></a> [ami\_owner](#input\_ami\_owner)| Owner of the given AMI (ignored if `ami` unset) |`string`|`""`| no |
56
+
| <aname="input_ami_owner"></a> [ami\_owner](#input\_ami\_owner)| Owner of the given AMI (ignored if `ami` unset, required if set) |`string`|`""`| no |
57
57
| <aname="input_applying_period"></a> [applying\_period](#input\_applying\_period)| The period in seconds over which the specified statistic is applied |`number`|`60`| no |
58
58
| <aname="input_assign_eip_address"></a> [assign\_eip\_address](#input\_assign\_eip\_address)| Assign an Elastic IP address to the instance |`bool`|`true`| no |
59
59
| <aname="input_associate_public_ip_address"></a> [associate\_public\_ip\_address](#input\_associate\_public\_ip\_address)| Associate a public IP address with the instance |`bool`|`false`| no |
@@ -70,9 +70,9 @@
70
70
| <aname="input_ebs_iops"></a> [ebs\_iops](#input\_ebs\_iops)| Amount of provisioned IOPS. This must be set with a volume\_type of io1 |`number`|`0`| no |
71
71
| <aname="input_ebs_optimized"></a> [ebs\_optimized](#input\_ebs\_optimized)| Launched EC2 instance will be EBS-optimized |`bool`|`false`| no |
72
72
| <aname="input_ebs_volume_count"></a> [ebs\_volume\_count](#input\_ebs\_volume\_count)| Count of EBS volumes that will be attached to the instance |`number`|`0`| no |
73
-
| <aname="input_ebs_volume_encrypted"></a> [ebs\_volume\_encrypted](#input\_ebs\_volume\_encrypted)|Size of the EBS volume in gigabytes|`bool`|`true`| no |
74
-
| <aname="input_ebs_volume_size"></a> [ebs\_volume\_size](#input\_ebs\_volume\_size)| Size of the EBS volume in gigabytes |`number`|`10`| no |
75
-
| <aname="input_ebs_volume_type"></a> [ebs\_volume\_type](#input\_ebs\_volume\_type)| The type of EBS volume. Can be standard, gp2 or io1 |`string`|`"gp2"`| no |
73
+
| <aname="input_ebs_volume_encrypted"></a> [ebs\_volume\_encrypted](#input\_ebs\_volume\_encrypted)|Whether to encrypt the additional EBS volumes|`bool`|`true`| no |
74
+
| <aname="input_ebs_volume_size"></a> [ebs\_volume\_size](#input\_ebs\_volume\_size)| Size of the additional EBS volumes in gigabytes |`number`|`10`| no |
75
+
| <aname="input_ebs_volume_type"></a> [ebs\_volume\_type](#input\_ebs\_volume\_type)| The type of the additional EBS volumes. Can be standard, gp2 or io1 |`string`|`"gp2"`| no |
76
76
| <aname="input_enabled"></a> [enabled](#input\_enabled)| Set to false to prevent the module from creating any resources |`bool`|`null`| no |
77
77
| <aname="input_environment"></a> [environment](#input\_environment)| Environment, e.g. 'uw2', 'us-west-2', OR 'prod', 'staging', 'dev', 'UAT' |`string`|`null`| no |
78
78
| <aname="input_evaluation_periods"></a> [evaluation\_periods](#input\_evaluation\_periods)| The number of periods over which data is compared to the specified threshold. |`number`|`5`| no |
0 commit comments