Skip to content

Commit

Permalink
Bump auto scaler module (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
dojci authored Aug 18, 2020
1 parent 600c21f commit 437dda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ data "aws_iam_instance_profile" "default" {
}

module "autoscale_group" {
source = "git::https://github.com/cloudposse/terraform-aws-ec2-autoscale-group.git?ref=tags/0.4.0"
source = "git::https://github.com/cloudposse/terraform-aws-ec2-autoscale-group.git?ref=tags/0.7.1"

enabled = var.enabled
namespace = var.namespace
Expand Down

0 comments on commit 437dda0

Please sign in to comment.