File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
docker-openvpn-server/cluster Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 33* Bring in covalence to help with bootstrapping/testing. Consider some kitchen/localstack testing.
44* PoC docker-openvpn-server modules
55
6+ ## 2.0.4
7+ - Update asg module version
8+
69## 2.0.3
710
811#### IMPROVEMENTS:
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ data "template_file" "user_data" {
221221
222222# # Creates auto scaling cluster
223223module "cluster" {
224- source = " github.com/taskrabbit/terraform-aws-asg?ref=v0.5.1 //group"
224+ source = " github.com/taskrabbit/terraform-aws-asg?ref=v0.5.2 //group"
225225
226226 # Resource tags
227227 stack_item_label = var. stack_item_label
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ data "template_file" "user_data" {
2626
2727# # Creates auto scaling cluster
2828module "cluster" {
29- source = " github.com/taskrabbit/terraform-aws-asg?ref=v0.5.1 //group"
29+ source = " github.com/taskrabbit/terraform-aws-asg?ref=v0.5.2 //group"
3030
3131 # Resource tags
3232 stack_item_label = var. stack_item_label
You can’t perform that action at this time.
0 commit comments