|
| 1 | +## 6.0.0 (February 17th 2023) |
| 2 | + |
| 3 | +BACKWARDS INCOMPATIBILITIES / NOTES: |
| 4 | + |
| 5 | +* This module is now compatible with Terraform 1.1 and higher. |
| 6 | +* This module now uses ebs volume encryption by default. This can be disabled |
| 7 | + using `cluster_instance_enable_ebs_volume_encryption = false`. |
| 8 | +* In line with Amazon's update of the default root block storage device, the |
| 9 | + default in this module is now `/dev/xvda`. |
| 10 | +* All variables previously using `"yes|no"` have been replaced with |
| 11 | + `true|false`. |
| 12 | + |
| 13 | +IMPROVEMENTS: |
| 14 | + |
| 15 | +* This module now uses the nullable feature to simplify variable defaults. |
| 16 | + |
1 | 17 | ## 5.0.1 (February 2nd 2023)
|
2 | 18 |
|
3 | 19 | IMPROVEMENTS:
|
4 | 20 |
|
5 | 21 | * added option to specify log retention period for cluster
|
6 | 22 | * added option to disable enhanced instance monitoring (enabled by default)
|
7 |
| -* added option to specify the path of the root block storage device as AWS default has changed from `/dev/sda1` to `/dev/xvda` |
| 23 | +* added option to specify the path of the root block storage device as AWS |
| 24 | + default has changed from `/dev/sda1` to `/dev/xvda` |
8 | 25 |
|
9 | 26 | ## 5.0.0 (December 22nd 2022)
|
10 | 27 |
|
@@ -88,11 +105,11 @@ IMPROVEMENTS:
|
88 | 105 | BACKWARDS INCOMPATIBILITIES / NOTES:
|
89 | 106 |
|
90 | 107 | * The configuration directory has changed from `<repo>/src` to `<repo>` to
|
91 |
| - satisfy the terraform standard module structure. |
| 108 | + satisfy the Terraform standard module structure. |
92 | 109 |
|
93 | 110 | IMPROVEMENTS:
|
94 | 111 |
|
95 |
| -* All variables and outputs now have descriptions to satisfy the terraform |
| 112 | +* All variables and outputs now have descriptions to satisfy the Terraform |
96 | 113 | standard module structure.
|
97 | 114 |
|
98 | 115 | ## 0.2.0 (November 3th, 2017)
|
|
0 commit comments