Skip to content

Commit 4a1fa49

Browse files
authored
Merge pull request #20 from unifio/yl-wip
Cluster module version bump
2 parents 6ddd661 + 156f509 commit 4a1fa49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

certs/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ data "template_file" "user_data" {
218218

219219
## Creates auto scaling cluster
220220
module "cluster" {
221-
source = "github.com/unifio/terraform-aws-asg?ref=v0.3.1//group"
221+
source = "github.com/unifio/terraform-aws-asg?ref=v0.3.5//group"
222222

223223
# Resource tags
224224
stack_item_label = "${var.stack_item_label}"

docker-openvpn-server/cluster/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ data "template_file" "user_data" {
2626

2727
## Creates auto scaling cluster
2828
module "cluster" {
29-
source = "github.com/unifio/terraform-aws-asg?ref=v0.3.2//group"
29+
source = "github.com/unifio/terraform-aws-asg?ref=v0.3.5//group"
3030

3131
# Resource tags
3232
stack_item_label = "${var.stack_item_label}"

0 commit comments

Comments
 (0)