Skip to content

Commit

Permalink
Switch to launch template
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomationD committed Feb 3, 2022
1 parent 598a35a commit 09a10ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions autoscaling.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ module "autoscaling" {
version = "~> 4.0"

create_asg = var.ecs_launch_type == "EC2" ? true : false
create_lc = var.ecs_launch_type == "EC2" ? true : false
create_lt = var.ecs_launch_type == "EC2" ? true : false
name = local.name

# Launch configuration
lc_name = local.name
lt_name = local.name
use_lt = true

# Auto scaling group
#v4.0? asg_name = local.name
Expand Down

0 comments on commit 09a10ed

Please sign in to comment.