Skip to content

Commit 030c313

Browse files
authored
Merge pull request #7 from taskrabbit/to/update-tag
Update ASG Module version to v0.5.2
2 parents b8f9355 + 5825149 commit 030c313

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
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:

certs/main.tf

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

222222
## Creates auto scaling cluster
223223
module "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

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/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

0 commit comments

Comments
 (0)