We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f254353 + d8b0e5f commit 3f581b0Copy full SHA for 3f581b0
CHANGELOG.md
@@ -4,6 +4,16 @@
4
5
- Feature: Automatically push instance's subnet route into `server.conf`
6
7
+### 0.0.4
8
+- Standardization with other Unif.io OSS terraform modules
9
+- CI Builder
10
+- Small tweaks:
11
+ - IAM roles are now `<stack_item_label>-<region>` instead of `<region>-<stack_item_label>`
12
+ - Removed unused vars for user data.
13
+ - ELB healthcheck on nodes.
14
+ - lifecycle `create_before_destroy` fixes to deal with dependency issues on build.
15
+ - somewhat breaking change: in_vpc now is `1`(true) instead of `0`(false)
16
+
17
### 0.0.3
18
19
- Fix: tag.application for elb reverted to using short name instead of full application name due to naming restrictions
0 commit comments