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
*`target_group_arn_suffixes` added to support monitoring through CloudWatch (props, @jeff-everett 🤗)
28
-
* Contributor Covenant gives guidelines on contributions.
29
-
* Issues and PR templates.
37
+
-`target_group_arn_suffixes` added to support monitoring through CloudWatch (props, @jeff-everett 🤗)
38
+
- Contributor Covenant gives guidelines on contributions.
39
+
- Issues and PR templates.
30
40
31
41
## [v3.2.0] - 2018-03-28
32
42
33
43
### Changed
34
44
35
-
*`create_before_destroy` lifecycle policy added to the target groups. This allows target groups to be modified, though means they're recreated anytime they're changed. A change MUST include a change to the `name` value or will fail on duplicates. (nice work, @egarbi 🦄)
45
+
-`create_before_destroy` lifecycle policy added to the target groups. This allows target groups to be modified, though means they're recreated anytime they're changed. A change MUST include a change to the `name` value or will fail on duplicates. (nice work, @egarbi 🦄)
36
46
37
47
## [v3.1.0] - 2018-03-22
38
48
39
49
### Added
40
50
41
-
* extra certs can now be applied to HTTPS listeners via the `extra_ssl_certs` list variable and corresponding `extra_ssl_certs_count`.
51
+
- extra certs can now be applied to HTTPS listeners via the `extra_ssl_certs` list variable and corresponding `extra_ssl_certs_count`.
42
52
43
53
### Changed
44
54
45
-
*`load_balancer_security_groups` moved to simpler `security_groups`.
46
-
*`name_prefix` changed back to `name` as the inflexibility of a 6 character prefix is overly restricting. Name conflicts must be dealt with by the developer. (cheers, @michaelmoussa 🎉)
47
-
* upgraded terraform and kitchen terraform. terraform 0.11.4 and above errors out on warnings but has been mitigated with `TF_WARN_OUTPUT_ERRORS=1` per [this issue](https://github.com/hashicorp/terraform/issues/17655).
55
+
-`load_balancer_security_groups` moved to simpler `security_groups`.
56
+
-`name_prefix` changed back to `name` as the inflexibility of a 6 character prefix is overly restricting. Name conflicts must be dealt with by the developer. (cheers, @michaelmoussa 🎉)
57
+
- upgraded terraform and kitchen terraform. terraform 0.11.4 and above errors out on warnings but has been mitigated with `TF_WARN_OUTPUT_ERRORS=1` per [this issue](https://github.com/hashicorp/terraform/issues/17655).
48
58
49
59
## [v3.0.0] - 2018-03-20
50
60
51
61
### Added
52
62
53
-
* default values added for most target group and listener attributes.
54
-
* new application load balancer attributes added as variables with defaults.
55
-
* tests now cover listeners.
63
+
- default values added for most target group and listener attributes.
64
+
- new application load balancer attributes added as variables with defaults.
65
+
- tests now cover listeners.
56
66
57
67
### Changed
58
68
59
-
* listeners and target groups now defined by lists of maps allowing many-to-many relationships of those resources.
60
-
* listeners and target groups creation is now data driven through variables giving greater flexibility.
61
-
*`name_prefix` used where possible to avoid naming conflicts in resource testing.
62
-
* logging to S3 now made manditory and done outside the module as this is better practice. (thanks, @alexjurkiewicz 🥂)
63
-
* terraform 0.11.3 now used in CI. 0.11.4 seems to have warnings on plan that become errors in CI.
69
+
- listeners and target groups now defined by lists of maps allowing many-to-many relationships of those resources.
70
+
- listeners and target groups creation is now data driven through variables giving greater flexibility.
71
+
-`name_prefix` used where possible to avoid naming conflicts in resource testing.
72
+
- logging to S3 now made manditory and done outside the module as this is better practice. (thanks, @alexjurkiewicz 🥂)
73
+
- terraform 0.11.3 now used in CI. 0.11.4 seems to have warnings on plan that become errors in CI.
64
74
65
75
## [v2.5.0] - 2018-03-07
66
76
67
77
### Added
68
78
69
-
*`target_type` variable for targeting IPs rather than instances (nice, @angusfz 👌)
70
-
* Added variables for controlling front door ALB listening ports (thanks, @egarbi ✨)
71
-
* output for `target_group_name` for external consumption (boom! @ndench 🐱🐉)
79
+
-`target_type` variable for targeting IPs rather than instances (nice, @angusfz 👌)
80
+
- Added variables for controlling front door ALB listening ports (thanks, @egarbi ✨)
81
+
- output for `target_group_name` for external consumption (boom! @ndench 🐱🐉)
72
82
73
83
### Changed
74
84
75
-
* Clarified variable description and bucket policy (right on, @angstwad 👏)
76
-
* Docs and var description updates (everything helps, @tehmaspc 🦑)
85
+
- Clarified variable description and bucket policy (right on, @angstwad 👏)
86
+
- Docs and var description updates (everything helps, @tehmaspc 🦑)
77
87
78
88
## [v2.4.0] - 2018-01-19
79
89
80
90
### Added
81
91
82
-
*`alb_arn_suffix` output added for external consumption. (props, @mbolek 🐱🏍)
83
-
* variables to control listener ports (wunderbar, @egarbi 🙌)
92
+
-`alb_arn_suffix` output added for external consumption. (props, @mbolek 🐱🏍)
93
+
- variables to control listener ports (wunderbar, @egarbi 🙌)
84
94
85
95
### Changed
86
96
87
-
* Remove `region` input. If you'd like to customise the AWS provider configuration,
97
+
- Remove `region` input. If you'd like to customise the AWS provider configuration,
88
98
this is supported using the new `providers` input which is a core Terraform feature.
0 commit comments